From 70dc987d4597e06955d792029a3d764c32545630 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 5 Oct 2013 20:08:10 +0100 Subject: [PATCH] Missing word --- lib/common/common_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 987c3de5..cd94d7bb 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -167,7 +167,7 @@ def get_memory_usage end # Use the wc system command to count the number of lines in the file -# instead of using File.open which will to much memory for large file (10 times the size of the file) +# instead of using File.open which will use to much memory for large file (10 times the size of the file) # # @return [ Integer ] The number of lines in the given file def count_file_lines(file)