]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix "successful" typo
authorBertrand Jacquin <bertrand@jacquin.bzh>
Thu, 16 May 2019 21:15:31 +0000 (22:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 18 May 2019 06:25:29 +0000 (08:25 +0200)
s/succesfull/successful at a few places

scripts/run-regtests.sh

index ccfdd601acf4fb03e4819b8e87722b01eab74f1a..19e8a1564b1bc199b31ac91ca89a6bd312995512 100755 (executable)
@@ -49,12 +49,12 @@ _help()
 
   Including text below into a .vtc file will check for its requirements
   related to haproxy's target and compilation options
-    # Below targets are not capable of completing this test succesfully
+    # Below targets are not capable of completing this test successfully
     #EXCLUDE_TARGET=freebsd, abns sockets are not available on freebsd
 
     #EXCLUDE_TARGETS=dos,freebsd,windows
 
-    # Below option is required to complete this test succesfully
+    # Below option is required to complete this test successfully
     #REQUIRE_OPTION=OPENSSL, this test needs OPENSSL compiled in.
 
     #REQUIRE_OPTIONS=ZLIB|SLZ,OPENSSL,LUA
@@ -355,7 +355,7 @@ fi
 
 
 if [ $_vtresult -eq 0 ]; then
-  # all tests were succesfull, removing tempdir (the last part.)
+  # all tests were successful, removing tempdir (the last part.)
   # ignore errors is the directory is not empty or if it does not exist
    rmdir "$TESTDIR" 2>/dev/null
 fi