Description: correct a typo in the option help for 'autoquit'
Author: tony mancill <tmancill@debian.org>
Forwarded: no

--- a/lib/App/ClusterSSH/Getopt.pm
+++ b/lib/App/ClusterSSH/Getopt.pm
@@ -145,7 +145,7 @@
     $self->add_option(
         spec => 'autoquit|q',
         help => $self->loc(
-            'Toggle automatically quiting after the last client window has closed (overriding the config file).'
+            'Toggle automatically quitting after the last client window has closed (overriding the config file).'
         ),
     );
     $self->add_option(
