]> source.dussan.org Git - aspectj.git/commitdiff
spelling
authoraclement <aclement>
Tue, 24 Feb 2009 00:26:52 +0000 (00:26 +0000)
committeraclement <aclement>
Tue, 24 Feb 2009 00:26:52 +0000 (00:26 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java

index 1b20c7c79719448b3a31ef75fbf9ae410e3f55d7..0500d6f0949450b1987c39464116672815eb7e9f 100644 (file)
@@ -194,7 +194,7 @@ public abstract class ShadowMunger implements PartialOrder.PartialComparable, IH
 
        /**
         * Returns whether or not this shadow munger came from a binary aspect - keep a record of whether or not we've checked if we're
-        * binary otherwise we keep caluclating the same thing many times
+        * binary otherwise we keep calculating the same thing many times
         */
        public boolean isBinary() {
                if (!checkedIsBinary) {