diff --git a/src/SIL.LCModel/LcmCache.cs b/src/SIL.LCModel/LcmCache.cs index b6ed78d3..1b183ff6 100644 --- a/src/SIL.LCModel/LcmCache.cs +++ b/src/SIL.LCModel/LcmCache.cs @@ -346,7 +346,7 @@ private static void SaveOnlyLocalWritingSystems(WritingSystemManager writingSyst /// 0. A string containing the name of the project (required); /// 1. An ILcmDirectories used to get needed directories (required); /// 2. An ISynchronizeInvoke used for invoking actions on the main UI thread (required); - /// 3. An IWritingSystem to be used as the default analylis writing system (default: English); + /// 3. An IWritingSystem to be used as the default analysis writing system (default: English); /// 4. An IWritingSystem to be used as the default vernacular writing system (default: French); /// 5. A string with the ICU locale of the UI writing system (default: "en"). /// 6. A set of IWritingSystem to provide additional analysis writing systems (default: no more)