Module: ngircd.git
Branch: master
Commit: f16eb1b686ab3cd3c0b313ef6853dce3ee129677
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=f16eb1b6…
Author: Alexander Barton <alex(a)barton.de>
Date: Wed Mar 11 22:14:24 2015 +0100
Fix typo in src/testsuite/README
---
src/testsuite/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testsuite/README b/src/testsuite/README
index c8a3917..4ff5ea9 100644
--- a/src/testsuite/README
+++ b/src/testsuite/README
@@ -50,7 +50,7 @@ start-server.sh [<id>]
and that no other instance of the test binary is already running.
The exit code is 0 if the test binary could be started.
-stop-server.sha [<id>]
+stop-server.sh [<id>]
This script uses getpid.sh to detect a running test binary
"T-ngircd<id>" and then shuts it down using the TERM signal.