Fix typo on ComunicatorSSH plugin name

This commit is contained in:
Fabio Rehm 2013-03-20 11:47:41 -03:00
parent 6babeb4188
commit 3c4002ac4e
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