From aaaa6da5aac2be47d7ffe7330086beb687887734 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Mon, 24 Jun 2002 17:40:14 +0000 Subject: [PATCH] fixed some spelling errors and wrong program names in comments --- src/spong-client.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.30.2