summary refs log tree commit diff stats
path: root/lib/pure/events.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/events.nim')
-rw-r--r--lib/pure/events.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/events.nim b/lib/pure/events.nim
index 77faa6a66..44e9ed286 100644
--- a/lib/pure/events.nim
+++ b/lib/pure/events.nim
@@ -9,7 +9,7 @@
 
 ## :Author: Alex Mitchell
 ##
-## This module implements an event system that is not dependant on external
+## This module implements an event system that is not dependent on external
 ## graphical toolkits. It was originally called ``NimEE`` because 
 ## it was inspired by Python's PyEE module. There are two ways you can use
 ## events: one is a python-inspired way; the other is more of a C-style way.