summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/etc/listignores.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/etc/listignores.rb b/java/etc/listignores.rb
index f983dcb296..661be4e563 100644
--- a/java/etc/listignores.rb
+++ b/java/etc/listignores.rb
@@ -108,7 +108,7 @@ puts "Test case files scanned " + Date.today.to_s + " (svn:" + svn_revision + ")
puts "* Total files processed = #{$testcases.size}"
num_ignored = 0
$testcases.each {|c|num_ignored = num_ignored + c.ignored_methods.size}
-puts "* Total ingnored test cases = " + num_ignored.to_s
+puts "* Total ignored test cases = " + num_ignored.to_s
puts ""
puts "The following test cases have ignored test methods ..."