branch: master
commit 266e5df717e77d62fe7a69670003ba9002a0bc0a
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Small error message grammar correction
---
realgud/common/utils.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/utils.el b/realgud/common/utils.el
index 66f6509..1f52bed 100644
--- a/realgud/common/utils.el
+++ b/realgud/common/utils.el
@@ -27,7 +27,7 @@ Or raise an error if neither."
'eshell)
((or (eq major-mode 'comint-mode) (eq major-mode 'shell-mode))
'comint)
- ('t (error "We can only handle comint, shell or eshell buffers"))
+ ('t (error "We can only handle comint, shell, or eshell buffers"))
))
(provide-me "realgud-")