branch: elpa/gnosis
commit 5ec811f5d89216f052b09f0df153d0c3ae19dd7c
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
[fix] utils-trim-quotes: dosctring typos.
---
gnosis-utils.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnosis-utils.el b/gnosis-utils.el
index fdf875e77d..11af1de72e 100644
--- a/gnosis-utils.el
+++ b/gnosis-utils.el
@@ -33,7 +33,7 @@
(require 'subr-x)
(defun gnosis-utils-trim-quotes (str)
- "Remove prefix and suffxi quotes for STR."
+ "Remove prefix and suffix quotes for STR."
(string-remove-prefix "\"" (string-remove-suffix "\"" str)))