summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSRunLoop.java
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSRunLoop.java')
-rw-r--r--projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSRunLoop.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSRunLoop.java b/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSRunLoop.java
index c72cd23..2889aef 100644
--- a/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSRunLoop.java
+++ b/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/NSRunLoop.java
@@ -40,7 +40,7 @@ import java.util.ListIterator;
* not get their own run loop as in OpenStep.<br>
* <br>
*
- * That said, this event queue is servicable as a replacement for the default
+ * That said, this event queue is serviceable as a replacement for the default
* event queue and will provide prioritized execution of selectors before and
* after normal AWT events. <br>
* <br>