From 0baf0d4e4ac3eb216a25356122eec3f78fedffbc Mon Sep 17 00:00:00 2001 From: Nick Frolov Date: Tue, 1 Nov 2011 11:22:13 +0000 Subject: [PATCH] Fixed a typo in the shell online help --- src/compiler/GF/Command/Commands.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs index 49c2292fe..3b6e278d0 100644 --- a/src/compiler/GF/Command/Commands.hs +++ b/src/compiler/GF/Command/Commands.hs @@ -1037,7 +1037,7 @@ allCommands env@(pgf, mos) = Map.fromList [ }), ("t", emptyCommandInfo { longname = "tokenize", - synopsis = "Tokenize string usng the vocabulary", + synopsis = "Tokenize string using the vocabulary", exec = execToktok env, options = [], flags = [("lang","The name of the concrete to use")]