branch: elpa/popup
commit 0a6447bce7687040086a9564311da37dcc31410e
Author: Edward Betts <edw...@4angle.com>
Commit: Edward Betts <edw...@4angle.com>

    correct spelling mistake
---
 popup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/popup.el b/popup.el
index b67a777..cffab50 100644
--- a/popup.el
+++ b/popup.el
@@ -61,7 +61,7 @@ If there is a problem, please set it nil.")
      (when it ,@body)))
 
 (defun popup-x-to-string (x)
-  "Convert any object to string effeciently.
+  "Convert any object to string efficiently.
 This is faster than `prin1-to-string' in many cases."
   (cl-typecase x
     (string x)

Reply via email to