aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authoraclement <aclement>2006-01-10 16:19:56 +0000
committeraclement <aclement>2006-01-10 16:19:56 +0000
commita9ef1b01b21e35c6fa43f24b095edf8bf36afe7c (patch)
tree372ad756379cde1ff628a1a5c95ff3179f7702be /runtime
parent24a785febccd12facf9fefceef03a2b7ab693bd9 (diff)
downloadaspectj-a9ef1b01b21e35c6fa43f24b095edf8bf36afe7c.tar.gz
aspectj-a9ef1b01b21e35c6fa43f24b095edf8bf36afe7c.zip
spelling fixed! (pr122417)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/src/org/aspectj/lang/JoinPoint.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/org/aspectj/lang/JoinPoint.java b/runtime/src/org/aspectj/lang/JoinPoint.java
index a32e995cc..e6f3b5092 100644
--- a/runtime/src/org/aspectj/lang/JoinPoint.java
+++ b/runtime/src/org/aspectj/lang/JoinPoint.java
@@ -173,7 +173,7 @@ public interface JoinPoint {
static String FIELD_GET = "field-get";
static String FIELD_SET = "field-set";
static String STATICINITIALIZATION = "staticinitialization";
- static String PREINTIALIZATION = "preinitialization";
+ static String PREINITIALIZATION = "preinitialization";
static String INITIALIZATION = "initialization";
static String EXCEPTION_HANDLER = "exception-handler";