From 9c0648b46aec5ab3bac2528381c1d3ef60312025 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 6 Oct 2018 04:04:12 +0800 Subject: [PATCH] test: fix a typo --- tests/cli/cli.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/cli.test b/tests/cli/cli.test index 8ca0b4a29..14ba31edf 100644 --- a/tests/cli/cli.test +++ b/tests/cli/cli.test @@ -20,7 +20,7 @@ # the command name. # # - RawOpts: the command name, options, and arguments parsed by cmdargs, -# as an assocation list of strings. Eg: +# as an association list of strings. Eg: # [("command","register"),("args","a"),("debug",""),("help","")] # # - CliOpts: a RawOpts, plus the same information with some additional