From 682f44dee3fa05769b81a843acb5417d6046b4e3 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 2 Jun 2016 20:48:32 -0400 Subject: [PATCH] nitunit: fix typo in doc Signed-off-by: Jean Privat --- src/testing/testing_base.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/testing_base.nit b/src/testing/testing_base.nit index f814edc..6870d42 100644 --- a/src/testing/testing_base.nit +++ b/src/testing/testing_base.nit @@ -142,7 +142,7 @@ ulimit -t {{{ulimit_usertime}}} 2> /dev/null if has_status then printn "\r\x1B[K" end - # Shoe the full description of the test-case. + # Show the full description of the test-case. # # The output honors `--no-color`. # -- 1.7.9.5