Skip to content

Commit

Permalink
s/dependenices/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlfwong committed Mar 19, 2013
1 parent 0d842bf commit 8f816e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/hammer.vim/lib/hammer.rb
Expand Up @@ -100,7 +100,7 @@ def open_browser path
#
def render! buffer
unless dependencies_met?
msg = "Hammer is missing dependenices: #{missing_dependencies.join(', ')}"
msg = "Hammer is missing dependencies: #{missing_dependencies.join(', ')}"
Vim.message(msg)
return nil
end
Expand Down

0 comments on commit 8f816e2

Please sign in to comment.