]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fix typo in src/testsuite/README
authorAlexander Barton <alex@barton.de>
Wed, 11 Mar 2015 21:14:24 +0000 (22:14 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 11 Mar 2015 21:14:24 +0000 (22:14 +0100)
src/testsuite/README

index c8a39170356e717ce17f368d01d90152265421db..4ff5ea9f937cf2d5df049e5c1cb1e994580f7c2a 100644 (file)
@@ -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.