From 4acca21aeb61ad58e175f8586d99bb338097267a Mon Sep 17 00:00:00 2001 From: Jonathan Chambers Date: Mon, 1 Dec 2014 23:58:11 +0000 Subject: [PATCH] typo --- citer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citer.py b/citer.py index eab17de..e784e08 100755 --- a/citer.py +++ b/citer.py @@ -53,7 +53,7 @@ def plugin_loaded(): settings = sublime.load_settings('Citer.sublime-settings') BIBFILE_PATH = settings.get('bibtex_file_path') if BIBFILE_PATH is None or BIBFILE_PATH == '': - sublime.status_message("WARNING: No bitex file configured for Citer") + sublime.status_message("WARNING: No BibTex file configured for Citer") SEARCH_IN = settings.get('search_fields', ["author", "title", "year", "id"]) CITATION_FORMAT = settings.get('citation_format', "@%s") COMPLETIONS_SCOPES = settings.get('completions_scopes', ['text.html.markdown'])