# HG changeset patch # User Jaroslav Tulach # Date 1318915882 -7200 # Node ID 2f1f4e63662ed2fc4c753b574faa3ac0f43ab5ac # Parent a2e90b86638a3d596ff5c3551e1635a727c61337 Typo diff -r a2e90b86638a -r 2f1f4e63662e samples/erasure/src-impl/test/ErasureTest.java --- a/samples/erasure/src-impl/test/ErasureTest.java Tue Oct 18 07:10:23 2011 +0200 +++ b/samples/erasure/src-impl/test/ErasureTest.java Tue Oct 18 07:31:22 2011 +0200 @@ -14,7 +14,7 @@ boolean positive = Erasure.arePositive(oneToTen); System.err.println("positive = " + positive); - assert positive : "The nubmers are positive: " + oneToTen; + assert positive : "All the numbers are positive: " + oneToTen; } // END: variance.erasure.test }