]> git.etc.gen.nz Git - spong.git/commitdiff
fixed some spelling errors and wrong program names in comments
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 24 Jun 2002 17:40:14 +0000 (17:40 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 24 Jun 2002 17:40:14 +0000 (17:40 +0000)
src/spong-client.pl

index a194221ccec6cefe741784abc9b65df8b2d01b4e..3e3ad4164618efdf68c166f541113464e471ff4b 100755 (executable)
@@ -12,7 +12,7 @@
 # History:
 # (1) Ported bb-local.sh script to perl. (Ed Hill Feb 26, 1997)
 #
-# $Id: spong-client.pl,v 1.22 2002/06/24 16:59:22 sljohnson Exp $
+# $Id: spong-client.pl,v 1.23 2002/06/24 17:40:14 sljohnson Exp $
 
 use lib '@@LIBDIR@@';
 
@@ -177,7 +177,7 @@ sub load_config_files {
    &debug( "configuration file(s) loaded" );
 }
 
-# This is part of the set up code. This daemonized the program and 
+# This is part of the set up code. This daemonizes the program and 
 # this sets up the signal handlers
 
 sub daemonize {
@@ -203,7 +203,7 @@ sub daemonize {
 
 
 # Handles any command line arguments that are given to us that tell us to
-# signal the current running spong-server program.
+# signal the current running spong-client program.
 
 sub handle_signals {