branch: elpa/sweeprolog commit 4b494f9c90ad279c256b4af2f1a56a4c9a327f13 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
* (sweeprolog-analyze-fragment-flymake): fix typo --- sweeprolog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweeprolog.el b/sweeprolog.el index 3d61d126bd..c39247220b 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -2082,7 +2082,7 @@ resulting list even when found in the current clause." (when sweeprolog-note-implicit-autoloads (cons :note (substitute-command-keys - (format "Implicit autoload from %s, use \\[sweeprolog-update-dependencies] to add dependecy directive" + (format "Implicit autoload from %s, use \\[sweeprolog-update-dependencies] to add dependency directive" file))))) ("instantiation_error" (cons :warning "Instantiation error"))