From ce543c6379e4c9ce7dcf7e7155ac90824672c961 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 23 Jul 2013 05:19:00 +0400 Subject: [PATCH] spelling error fix... Signed-off-by: Alex A. Naanou --- Slang/slang.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Slang/slang.js b/Slang/slang.js index 662af70..3de1435 100755 --- a/Slang/slang.js +++ b/Slang/slang.js @@ -419,8 +419,8 @@ var BOOTSTRAP = [ ' different ways to go with stack languages.', '', '', -' TODO: add a compleat word-set for work with lists/blocks', -' TODO: add a compleat word-set for work with dicts/namespaces', +' TODO: add a complete word-set for work with lists/blocks', +' TODO: add a complete word-set for work with dicts/namespaces', ' TODO: add topological comparison/diff', '', '-----------------------------------------------------------------------------',