branch: externals/realgud
commit 5d52fbfdb3c067a3ec44e37bd91c12971af0b68b
Author: Jacob O'Donnell <[email protected]>
Commit: Jacob O'Donnell <[email protected]>
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")
)