KeyHandler // Fix typo: Symchronize -> Synchronize.

This commit is contained in:
ShikiSuen 2022-03-05 10:35:24 +08:00
parent 58d84b4c92
commit 6eb3f4fe9b
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]; 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); newLanguageModel->setPhraseReplacementEnabled(Preferences.phraseReplacementEnabled);
// Only apply the changes if the value is changed // Only apply the changes if the value is changed