From 51987a685fd2ef5760ee27fb7e8ef8f961bda7a5 Mon Sep 17 00:00:00 2001 From: Leo Correa Date: Tue, 12 May 2015 10:39:19 -0400 Subject: [PATCH] Fix typo on flag description --- exercism/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercism/main.go b/exercism/main.go index 70a2a51b6..c8165b37a 100644 --- a/exercism/main.go +++ b/exercism/main.go @@ -124,7 +124,7 @@ func main() { Flags: []cli.Flag{ cli.BoolFlag{ Name: "test", - Usage: "allow submision of test files", + Usage: "allow submission of test files", }, }, },