mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Typos fixed.
This commit is contained in:
parent
eb3cb3656d
commit
17b90a3cca
|
@ -30,7 +30,7 @@ enum
|
|||
wstring apply( wstring const & );
|
||||
|
||||
/// Applies only simple case folding algorithm. Since many dictionaries have
|
||||
/// different case style, we interpret words differing only by case as synonims.
|
||||
/// different case style, we interpret words differing only by case as synonyms.
|
||||
wstring applySimpleCaseOnly( wstring const & );
|
||||
|
||||
/// Same as apply( wstring ), but without any heap operations, therefore
|
||||
|
|
Loading…
Reference in a new issue