From 6814f05939cc2843f5c0731c409e23b09df3edd3 Mon Sep 17 00:00:00 2001 From: sjfink Date: Tue, 7 Aug 2007 20:12:30 +0000 Subject: [PATCH] fix typo in comment git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1593 f5eafffb-2e1d-0410-98e4-8ec43c5233c4 --- com.ibm.wala.core/src/com/ibm/wala/util/StringStuff.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.ibm.wala.core/src/com/ibm/wala/util/StringStuff.java b/com.ibm.wala.core/src/com/ibm/wala/util/StringStuff.java index dd8ce3a18..ebed1ae21 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/util/StringStuff.java +++ b/com.ibm.wala.core/src/com/ibm/wala/util/StringStuff.java @@ -92,7 +92,7 @@ public class StringStuff { /** * Translate a type from a deployment descriptor string into the type expected - * for use in amethod descriptor + * for use in a method descriptor * * eg. [[Ljava.lang.String; *