- Fixed typo.

This commit is contained in:
Shougo Matsushita 2012-12-17 10:55:50 +09:00
parent c98182d10d
commit 46442d8893
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"=============================================================================
" FILE: neosnippet.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 13 Dec 2012.
" Last Modified: 17 Dec 2012.
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
@ -338,7 +338,7 @@ function! s:parse_snippets_file(snippets, snippets_file) "{{{
if !filereadable(a:snippets_file)
call neosnippet#util#print_error(
\ printf('snippet file "%s" is not found.', a:filename))
\ printf('snippet file "%s" is not found.', a:snippets_file))
return a:snippets
endif