Description: Fix spelling errors in manpage
Origin: vendor
Bug: https://github.com/symkat/Daemon-Control/issues/93
Forwarded: https://github.com/symkat/Daemon-Control/issues/93
Author: Salvatore Bonaccorso <carnil@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2019-02-23

--- a/lib/Daemon/Control.pm
+++ b/lib/Daemon/Control.pm
@@ -783,7 +783,7 @@ Write a program that describes the daemo
 
 By default C<run> will use @ARGV for the action, and exit with an LSB compatible
 exit code.  For finer control, you can use C<run_command>, which will return
-the exit code, and accepts the action as an argument.  This enables more programatic
+the exit code, and accepts the action as an argument.  This enables more programmatic
 control, as well as running multiple instances of L<Daemon::Control> from one script.
 
     my $daemon = Daemon::Control->new(
@@ -1104,10 +1104,10 @@ Daemon::Control.
 You can replace Daemon::Control methods by writing your own and using
 Role::Tiny within your class to allow it to be composed into Daemon::Control.
 
-The default Daemon::Control ships with no dependancies and supports Perl
+The default Daemon::Control ships with no dependencies and supports Perl
 5.8.1+, to use the plugin system your module MUST declare dependency on
 L<Role::Tiny> and if you wish to use the C<around>, C<before> and C<after>
-your module MUST declare dependance on L<Class::Method::Modifiers> in your
+your module MUST declare dependence on L<Class::Method::Modifiers> in your
 package.
 
 =head1 METHODS
