Browse Source

spelling

tags/pre268419
aclement 15 years ago
parent
commit
7479065f9c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java

+ 1
- 1
org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java View 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) {

Loading…
Cancel
Save