]> git.etc.gen.nz Git - spong.git/commitdiff
Fix typo in a comment.
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 27 Dec 2007 03:55:44 +0000 (16:55 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Thu, 27 Dec 2007 03:55:44 +0000 (16:55 +1300)
src/spong-server.pl

index d9db56540a28423efb2e80c2f687cb5dca93ee74..5cffd55cbefeb3dbac787092fcb1c1d0620935a3 100755 (executable)
@@ -1595,7 +1595,7 @@ sub reaper {
      &debug("reaped kid $kid");
    } 
 
-   # Reinstate signal handler in cae system uses sysV libs
+   # Reinstate signal handler in case system uses sysV libs
    $SIG{'CHLD'} = \&reaper;
 }