branch: externals/dape
commit ff3a27dbbdc6c983799923d3b86e95dd65e8c53f
Author: Tom Tromey <[email protected]>
Commit: Tom Tromey <[email protected]>
Fix a typo
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 64224c86aa..3ac2906aca 100644
--- a/dape.el
+++ b/dape.el
@@ -98,7 +98,7 @@ Functions and symbols in configuration:
((const :tag "Port of debug adapter" port) natnum)
((const :tag "Compile cmd" compile) string)
((const :tag "Adapter type" :type) string)
- ((const :tag "Request type launch/attatch" :request)
string)))))
+ ((const :tag "Request type launch/attach" :request)
string)))))
(defcustom dape-key-prefix "\C-x\C-a"
"Prefix of all dape commands."