From: Stephen L Johnson Date: Mon, 24 Jun 2002 17:40:14 +0000 (+0000) Subject: fixed some spelling errors and wrong program names in comments X-Git-Tag: spong-2_8_0-beta1~71 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaaa6da5aac2be47d7ffe7330086beb687887734;p=spong.git fixed some spelling errors and wrong program names in comments --- diff --git a/src/spong-client.pl b/src/spong-client.pl index a194221..3e3ad41 100755 --- a/src/spong-client.pl +++ b/src/spong-client.pl @@ -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 {