branch: externals/realgud
commit 3ccd602ec02b9c82e3a6f60fda2116ea1b18aeb0
Merge: 3a2e300 5d52fbf
Author: R. Bernstein <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #201 from jodonnell/spelling
fix spelling error
---
realgud/common/cmds.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/cmds.el b/realgud/common/cmds.el
index 9c7f88f..594b8a0 100644
--- a/realgud/common/cmds.el
+++ b/realgud/common/cmds.el
@@ -272,7 +272,7 @@ EVENT should be a mouse click on the left fringe or margin."
(defun realgud:cmd-eval(arg)
"Evaluate an expression."
- (interactive "MEval expesssion: ")
+ (interactive "MEval expression: ")
(realgud:cmd-run-command arg "eval")
)