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
 
