summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
diff options
context:
space:
mode:
authorNick Frolov <nf@mkmks.org>2011-11-01 11:22:13 +0000
committerNick Frolov <nf@mkmks.org>2011-11-01 11:22:13 +0000
commit5b7736e8609819871c84cb51681adf937ca263f4 (patch)
tree590259b96838848b43e212188516926c405b8a83 /src/compiler/GF/Command
parent54ae62666679ffc3c7a50150d747403b9cd77f90 (diff)
Fixed a typo in the shell online help
Diffstat (limited to 'src/compiler/GF/Command')
-rw-r--r--src/compiler/GF/Command/Commands.hs2
1 files changed, 1 insertions, 1 deletions
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")]