Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SIL.LCModel/LcmCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading