1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: address a few typos in the upstream source
Author: tony mancill <tmancill@debian.org>
Forwarded: https://github.com/duncs/clusterssh/pull/141
--- a/lib/App/ClusterSSH/Host.pm
+++ b/lib/App/ClusterSSH/Host.pm
@@ -381,7 +381,7 @@
=item get_realname
If the server name provided is not an IP address (either IPv4 or IPv6)
-attempt to resolve it and retun the discovered names.
+attempt to resolve it and return the discovered names.
=item get_givenname
--- a/lib/App/ClusterSSH.pm
+++ b/lib/App/ClusterSSH.pm
@@ -593,7 +593,7 @@
=item window
-Method to access assosiated window module
+Method to access associated window module
=item write_default_user_config
|