diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-07-23 11:33:47 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | e71a30312433f65c41caeaa4973a9956c53f8ad9 (patch) | |
tree | d839cb472d70694066d755ef309b1a6620da7c0a /tests | |
parent | 8518fcf96e52edea67b862ade95b64f63607e605 (diff) | |
download | aspectj-e71a30312433f65c41caeaa4973a9956c53f8ad9.tar.gz aspectj-e71a30312433f65c41caeaa4973a9956c53f8ad9.zip |
Globally fix spelling error "dependancy/dependancies"
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java b/tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java index e0b3000a2..93a8f8a9f 100644 --- a/tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java +++ b/tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java @@ -2443,7 +2443,7 @@ public class MultiProjectIncrementalTests extends AbstractMultiProjectIncrementa } /** - * Now the most complex test. Create a dependancy between two projects. Building one may affect whether the other does an + * Now the most complex test. Create a dependency between two projects. Building one may affect whether the other does an * incremental or full build. The structural information recorded in the state object should be getting used to control whether * a full build is necessary... */ |