Tom Copeland | 14 Jan 2007 23:54
Gravatar

[PATCH] Typo in AmbiguousName

Hi all -

Here's another small one; just a typo fix.

Yours,

Tom

$ svn diff src/bsh/BSHAmbiguousName.java 
Index: src/bsh/BSHAmbiguousName.java
===================================================================
--- src/bsh/BSHAmbiguousName.java       (revision 41)
+++ src/bsh/BSHAmbiguousName.java       (working copy)
 <at>  <at>  -101,7 +101,7  <at>  <at> 
     }

        public String toString() {
-               return "AmbigousName: "+text;
+               return "AmbiguousName: "+text;
        }
 }

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Gmane