summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-11 12:39:39 +0200
committerAraq <rumpf_a@web.de>2012-07-11 12:39:39 +0200
commit7e2bb7250fa18e9ad7bf84d4f97d4b4e421b80bb (patch)
treef0cdcd8d32f886f2673ee1b78fb02507dc1598cd /todo.txt
parente2f8d912900e911d71a798a12eeb6eb2f587e16e (diff)
downloadNim-7e2bb7250fa18e9ad7bf84d4f97d4b4e421b80bb.tar.gz
typo in todo.txt
Diffstat (limited to 'todo.txt')
-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