]> source.dussan.org Git - aspectj.git/commitdiff
spelling mistake corrected.
authoraclement <aclement>
Fri, 14 Oct 2005 16:28:13 +0000 (16:28 +0000)
committeraclement <aclement>
Fri, 14 Oct 2005 16:28:13 +0000 (16:28 +0000)
weaver/src/org/aspectj/weaver/bcel/BcelMethod.java

index fc92326906708b78a97d22b156fb89e9ed0b1b1a..b5555553b7891add8cadaf9a89e8564a5e72e64a 100644 (file)
@@ -301,7 +301,7 @@ final class BcelMethod extends ResolvedMemberImpl {
                                } catch (GenericSignatureFormatException e) {
 //                                      development bug, fail fast with good info
                                        throw new IllegalStateException(
-                                                       "While determing the generic parameter types of " + this.toString()
+                                                       "While determining the generic parameter types of " + this.toString()
                                                        + " with generic signature " + gSig + " the following error was detected: "
                                                        + e.getMessage());
                                }