sw/source/filter/md/wrtmd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit af349285f8df9c6d704b07245619f60db12b018c Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jul 17 12:09:04 2025 +0200 Commit: David Gilbert <[email protected]> CommitDate: Fri Jul 25 02:13:48 2025 +0200 Fix typo Change-Id: Ic002eee757651684260b94c480e2596e974b8ffe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187988 Reviewed-by: Simon Chenery <[email protected]> Reviewed-by: David Gilbert <[email protected]> Tested-by: Jenkins diff --git a/sw/source/filter/md/wrtmd.cxx b/sw/source/filter/md/wrtmd.cxx index 94f77cbc0048..5ce9e423fe82 100644 --- a/sw/source/filter/md/wrtmd.cxx +++ b/sw/source/filter/md/wrtmd.cxx @@ -79,7 +79,7 @@ template <typename T> struct PosData }; // This is a collection of all positions into node's text: starts of hints, ends of hints, starts -// of redlines, and ends of redlines. Its getEndOfCurrent methos allows to obtain the position of +// of redlines, and ends of redlines. Its getEndOfCurrent method allows to obtain the position of // the next (closest) position (which may happen in any list). struct NodePositions {
