Index: trunk/test/unit/org/CustomMatchers.java
===================================================================
--- trunk/test/unit/org/CustomMatchers.java	(revision 16618)
+++ trunk/test/unit/org/CustomMatchers.java	(revision 16634)
@@ -156,5 +156,5 @@
               description.appendText("is ")
                       .appendValue(expected)
-                      .appendText(" (tolarance: " + tolerance + ")");
+                      .appendText(" (tolerance: " + tolerance + ")");
            }
 
@@ -187,5 +187,5 @@
                 description.appendText("is ")
                         .appendValue(expected)
-                        .appendText(" (tolarance")
+                        .appendText(" (tolerance")
                         .appendText(errorMode == ErrorMode.RELATIVE ? ", relative:" : ":")
                         .appendText(Double.toString(tolerance))
