From c5ba747a24165b085fb495f448d68a2b6e0cca77 Mon Sep 17 00:00:00 2001 From: Scott Parrish Date: Fri, 17 Aug 2012 22:51:21 -0400 Subject: [PATCH] Fix typos in unity_test_summary.rb usage statement. --- auto/unity_test_summary.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto/unity_test_summary.rb b/auto/unity_test_summary.rb index cce973f..259e8c5 100644 --- a/auto/unity_test_summary.rb +++ b/auto/unity_test_summary.rb @@ -81,8 +81,8 @@ class UnityTestSummary def usage(err_msg=nil) puts "\nERROR: " puts err_msg if err_msg - puts "\nUsage: unity_test_summary.rb result_file_directoy/ root_path/" - puts " result_file_directory - The location of your relults files." + puts "\nUsage: unity_test_summary.rb result_file_directory/ root_path/" + puts " result_file_directory - The location of your results files." puts " Defaults to current directory if not specified." puts " Should end in / if specified." puts " root_path - Helpful for producing more verbose output if using relative paths."