diff --git a/src/folding.hh b/src/folding.hh index 6a528586..f8fce27c 100644 --- a/src/folding.hh +++ b/src/folding.hh @@ -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 diff --git a/src/generators/readme,txt b/src/generators/readme.txt similarity index 100% rename from src/generators/readme,txt rename to src/generators/readme.txt