From f578ff88d2514bf94c46cfb8c0e33236c2b2fcf1 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 6 Apr 2010 01:26:31 +0000 Subject: As a brief diversion from real work, implemente... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review. --- test/files/run/t2526.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t2526.scala') diff --git a/test/files/run/t2526.scala b/test/files/run/t2526.scala index 235aca234d..53f3059135 100644 --- a/test/files/run/t2526.scala +++ b/test/files/run/t2526.scala @@ -38,7 +38,7 @@ object Test { /* * Checks foreach of `actual` goes over all the elements in `expected` - * We duplicate the method above because there is no common inteface between Traverable and + * We duplicate the method above because there is no common inteface between Traversable and * Iterator and we want to avoid converting between collections to ensure that we test what * we mean to test. */ -- cgit v1.2.3