KeyHandler // Fix typo: Symchronize -> Synchronize.

This commit is contained in:
ShikiSuen 2022-03-05 10:35:24 +08:00
parent c66a6ef1bf
commit b8ccde8e2b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static NSString *const kGraphVizOutputfile = @"/tmp/vChewing-visualization.dot";
newUserOverrideModel = [mgrLangModel userOverrideModelCHT];
}
// Symchronize the Preference Setting "setPhraseReplacementEnabled" to the new LM.
// Synchronize the Preference Setting "setPhraseReplacementEnabled" to the new LM.
newLanguageModel->setPhraseReplacementEnabled(Preferences.phraseReplacementEnabled);
// Only apply the changes if the value is changed