From 77a27cfaf2a3135b507777e3521ae9227c065d39 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 12 Mar 2015 04:42:24 +0000 Subject: [PATCH] Spelling correction http://english.stackexchange.com/questions/45295/why-is-there-confusion-between-depreciated-and-deprecated --- autoload/flake8.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/flake8.vim b/autoload/flake8.vim index 59b4dbf..06a1b6b 100644 --- a/autoload/flake8.vim +++ b/autoload/flake8.vim @@ -31,7 +31,7 @@ function s:Warnings() if !s:displayed_warnings let l:show_website_url = 0 - let l:msg = "has been depreciated in favour of flake8 config files" + let l:msg = "has been deprecated in favour of flake8 config files" for setting_name in ['g:flake8_ignore', 'g:flake8_builtins', 'g:flake8_max_line_length', 'g:flake8_max_complexity'] if exists(setting_name) echohl WarningMsg | echom setting_name l:msg | echohl None -- 2.39.2