diff options
-rw-r--r-- | lib/rbot/core/remote.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/remote.rb b/lib/rbot/core/remote.rb index 7ffb62e1..821f6d20 100644 --- a/lib/rbot/core/remote.rb +++ b/lib/rbot/core/remote.rb @@ -325,7 +325,7 @@ class RemoteModule < CoreBotModule Config.register Config::StringValue.new('remote.host', :default => '', :requires_rescan => true, - :desc => "Port on which the remote interface will be presented") + :desc => "Host on which the remote interface will be presented") def initialize super |