summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/textanalysis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textanalysis.js b/src/textanalysis.js
index 269b5785..273f7d0c 100644
--- a/src/textanalysis.js
+++ b/src/textanalysis.js
@@ -158,7 +158,7 @@ function tokenize(text, node_token, quote)
*
* Implementation notes:
* There is no well defined grammer. The translation goes from obvious to not
- * so much for more complex sentences involving more then two nodes (two '#'
+ * so much for more complex sentences involving more than two nodes (two '#'
* marks).
*
*/