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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
From: intrigeri <intrigeri@boum.org>
Date: Wed, 6 Jun 2012 18:11:43 -0300
Subject: Fix spelling errors.
---
lib/Daemon/Control.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/Daemon/Control.pm b/lib/Daemon/Control.pm
index 03844bf..c7829d8 100644
--- a/lib/Daemon/Control.pm
+++ b/lib/Daemon/Control.pm
@@ -495,7 +495,7 @@ You can then call the program:
/home/symkat/etc/init.d/program start
-You can also make an LSB compatable init script:
+You can also make an LSB compatible init script:
/home/symkat/etc/init.d/program get_init_file > /etc/init.d/program
@@ -718,14 +718,14 @@ program, basic on the PID file.
=head2 do_get_init_file
Is called when get_init_file is given as an argument. Dumps an LSB
-compatable init file, for use in /etc/init.d/
+compatible init file, for use in /etc/init.d/
/usr/bin/my_program_launcher.pl get_init_file
=head2 pretty_print
This is used to display status to the user. It accepts a message, and a color.
-It will default to green text, if no color is explictly given. Only supports
+It will default to green text, if no color is explicitly given. Only supports
red and green.
$daemon->pretty_print( "My Status", "red" );
@@ -744,7 +744,7 @@ An accessor for the PID. Set by read_pid, or when the program is started.
=head2 dump_init_script
-A function to dump the LSB compatable init script. Used by do_get_init_file.
+A function to dump the LSB compatible init script. Used by do_get_init_file.
=head1 AUTHOR
|