Merge pull request #1464 from fgrehm/communicator-ssh-typo

Fix typo on ComunicatorSSH plugin name
This commit is contained in:
Mitchell Hashimoto 2013-03-20 10:37:07 -07:00
commit d82fc9270c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require "vagrant"
module VagrantPlugins
module CommunicatorSSH
class Plugin < Vagrant.plugin("2")
name "ssh communiator"
name "ssh communicator"
description <<-DESC
This plugin allows Vagrant to communicate with remote machines using
SSH as the underlying protocol, powered internally by Ruby's