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