[PATCH] Typo in AmbiguousName
Tom Copeland <[email protected]> Sun, 14 Jan 2007 17:54:34 -0500
| Newsgroups | gmane.comp.java.beanshell.devel |
|---|---|
| Message-ID | <[email protected]> |
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)
@@ -101,7 +101,7 @@
}
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