branch: elpa/forth-mode
commit b95f1b8a0276a5c1d8cf032920311b50b4d15710
Author: Ben Siraphob <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
Fix typos in doc
---
forth-mode.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/forth-mode.texi b/forth-mode.texi
index 529951d3ad..fa612d1c55 100644
--- a/forth-mode.texi
+++ b/forth-mode.texi
@@ -91,13 +91,13 @@ End the interactive Forth session.
@item C-c :
@itemx M-x forth-eval
-Enter a string to evalutaion. The output, if any, is printed in the
+Enter a string to evaluation. The output, if any, is printed in the
minibuffer.
@item C-c C-r
@itemx M-x forth-eval-region
-Evalutate the current region. The output, if any, is printed in the
+Evaluate the current region. The output, if any, is printed in the
minibuffer.
@item C-c C-e
@@ -115,7 +115,7 @@ the interactive Forth session.
@item C-M-x
@itemx M-x forth-eval-defun
-Evalutate the colon definition under point. The output, if any, is
+Evaluate the colon definition under point. The output, if any, is
printed in the minibuffer.
@item C-c C-l