branch: externals/dape
commit e5545bbc6fc191d829bd24534fd07925406abe02
Merge: 6b4cebae5f ff3a27dbbd
Author: Daniel Pettersson <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #20 from tromey/fix-typo
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."