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)