summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2015-03-11 22:14:24 +0100
committerAlexander Barton <alex@barton.de>2015-03-11 22:14:24 +0100
commitf16eb1b686ab3cd3c0b313ef6853dce3ee129677 (patch)
treec86c07ca4fa79d2f4fa30bc2bfb6156a4ad96459
parentc41f18e3f90512afcf38f42695c26708a1f34772 (diff)
downloadngircd-f16eb1b686ab3cd3c0b313ef6853dce3ee129677.tar.gz
ngircd-f16eb1b686ab3cd3c0b313ef6853dce3ee129677.zip
Fix typo in src/testsuite/README
-rw-r--r--src/testsuite/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testsuite/README b/src/testsuite/README
index c8a39170..4ff5ea9f 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.