Fix a wrong word in comment.

Signed-off-by: Cao Weiwei <cao.weiwei30@zte.com.cn>
Upstream-commit: 9be8bf019419be76e9582188888b80b0940abf74
Component: engine
This commit is contained in:
Cao Weiwei
2016-07-17 13:08:07 +08:00
parent c693ed0c56
commit 8db8376b96
+1 -1
View File
@@ -33,7 +33,7 @@
// will display: `Warning: '-flagname' is deprecated, it will be removed soon. See usage.`
// so you can only use `-f`.
//
// You can also group one letter flags, bif you declare
// You can also group one letter flags, if you declare
// var v = flag.Bool([]string{"v", "-verbose"}, false, "help message for verbose")
// var s = flag.Bool([]string{"s", "-slow"}, false, "help message for slow")
// you will be able to use the -vs or -sv