diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-13 15:48:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-13 15:50:39 +0200 |
commit | ca9306c51789dbc8d7c893c5e79da3dc7492693e (patch) | |
tree | 25912536e52f87d64f951f1787b52c8f4f1b51fc /sw | |
parent | 173214d92046b4ea11f6c0959ca40999d1e0bbd2 (diff) |
fdo#45941 algrithm -> algorithm
Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/doccomp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx index 676a9371711e..fc896f3c4a06 100644 --- a/sw/source/core/doc/doccomp.cxx +++ b/sw/source/core/doc/doccomp.cxx @@ -284,7 +284,7 @@ public: int nLcsLen, int nPieceLen ); }; -/// Use Hirschberg's algrithm to find LCS in linear space +/// Use Hirschberg's algorithm to find LCS in linear space class LgstCommonSubseq: public CommonSubseq { private: |