]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-test: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 28 Jan 2020 16:42:13 +0000 (17:42 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 30 Jan 2020 13:53:22 +0000 (13:53 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Jan 30 13:53:22 UTC 2020 on sn-devel-184

ctdb/tests/local_daemons.sh

index 4a653224b236cd918a39a2cd7faf90ab2cad06f2..5aa9adc387b936afece8300f8e8c0c57c33ee20e 100755 (executable)
@@ -103,7 +103,7 @@ setup_socket_wrapper ()
                die "$0 setup: Unable to find ${_socket_wrapper_so}"
        fi
 
-       # Find absoluate path if only relative is given
+       # Find absolute path if only relative is given
        case "$_socket_wrapper_so" in
        /*) : ;;
        *) _socket_wrapper_so="${PWD}/${_socket_wrapper_so}" ;;