From: Eli Zaretskii Date: Fri, 6 Jan 2006 12:00:22 +0000 (+0000) Subject: (bibtex-validate-globally): Fix typo in a message text: X-Git-Tag: emacs-pretest-22.0.90~4855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24ee740df009666f344b2dc7d53f96506cd217f1;p=emacs.git (bibtex-validate-globally): Fix typo in a message text: "Duplicat" => "Duplicate". --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 10b2ca206e9..6bb3c0d642c 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -3539,7 +3539,7 @@ Return t if test was successful, nil otherwise." (dolist (key (cdr (assq buffer buffer-key-list))) (when (assoc-string key current-keys) (bibtex-find-entry key) - (push (format "%s:%d: Duplicat key `%s' in %s\n" + (push (format "%s:%d: Duplicate key `%s' in %s\n" (buffer-file-name) (bibtex-current-line) key (abbreviate-file-name (buffer-file-name buffer))) error-list))))))