From 3c4002ac4e112a81ea04d21b8fa6691d4829e413 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 20 Mar 2013 11:47:41 -0300 Subject: [PATCH] Fix typo on ComunicatorSSH plugin name --- plugins/communicators/ssh/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/communicators/ssh/plugin.rb b/plugins/communicators/ssh/plugin.rb index 825878519..47719590b 100644 --- a/plugins/communicators/ssh/plugin.rb +++ b/plugins/communicators/ssh/plugin.rb @@ -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