aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java b/org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java
index 1b20c7c79..0500d6f09 100644
--- a/org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java
+++ b/org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java
@@ -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) {