From 23c262b884898a8405a969d833b3a96b74796249 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Tue, 21 Apr 2015 19:48:47 -0400 Subject: [PATCH] nitpretty: fixes typo in option comment Signed-off-by: Alexandre Terrasa --- src/nitpretty.nit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nitpretty.nit b/src/nitpretty.nit index d759992..9667f81 100644 --- a/src/nitpretty.nit +++ b/src/nitpretty.nit @@ -48,9 +48,9 @@ redef class ToolContext # Check formatting instead of pretty printing. # - # This option create a tempory pretty printed file then check if - # the output of the diff command on the source file and the pretty - # printed one is empty. + # This option creates a temporary pretty printed file then checks if the + # output of the diff command on the source file and the pretty printed one is + # empty. var opt_check = new OptionBool("Check format of Nit source files", "--check") end -- 1.7.9.5