summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtodo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 4126e2d16..2b58fc17f 100755
--- a/todo.txt
+++ b/todo.txt
@@ -115,7 +115,7 @@ Low priority
 - timeout for locks
 - compilation cache:
   - adapt thread var emulation to care about the new merge operation
-  - check for interface changes; if only the implemenation changes, no
+  - check for interface changes; if only the implementation changes, no
     need to recompile clients; er ... what about templates, macros or anything
     that has inlining semantics?
 - codegen should use "NIM_CAST" macro and respect aliasing rules for GCC