Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mangecoeur committed Dec 1, 2014
1 parent a834569 commit 4acca21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 4acca21

Please sign in to comment.