]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-maildir-fcc.el
fix sum moar typos [error messages]
[notmuch] / emacs / notmuch-maildir-fcc.el
index b6c6e2a74086fe566db37e56fde3cc5b1a8f2b2d..e67886853eeb341989191044241352100c08a56a 100644 (file)
@@ -163,7 +163,7 @@ will NOT be removed or replaced."
         (make-directory (concat path "/new/") t)
         (make-directory (concat path "/tmp/") t))
        ((file-regular-p path)
-        (error "%s is a file. Can't creat maildir." path))
+        (error "%s is a file. Can't create maildir." path))
        (t
         (error "I don't know how to create a maildir here"))))