ctdb: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 6 Apr 2023 13:45:07 +0000 (15:45 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 11 Apr 2023 09:06:35 +0000 (09:06 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
ctdb/config/events/README
ctdb/config/events/legacy/10.interface.script
ctdb/config/functions

index 766cb4f106480f9485263eac09fe499b5359cbc5..6ee6e6fae787c9f1a131bc3e7dafc7aa3d6b14d5 100644 (file)
@@ -168,7 +168,7 @@ ipreallocated
        events, even though these events may not run on some nodes if
        there are no relevant changes.  That is, the "ipreallocated"
        event is triggered unconditionally, even on nodes where public
-       IP addresses assignements have not changed.
+       IP addresses assignments have not changed.
 
        This event is used to reconfigure services.
 
index 7dfacd317d65d4b39ff7ae6bab5452b07eb6e334..fead88c014ff98accf2101c8505f2f82b33a5803 100755 (executable)
@@ -250,7 +250,7 @@ updateip)
        $CTDB gratarp "$ip" "$niface"
 
        # tickle all existing connections, so that dropped packets
-       # are retransmited and the tcp streams work
+       # are retransmitted and the tcp streams work
        tickle_tcp_connections "$ip"
        ;;
 
index 328b4b0ab505ee4c80bed42afe4cc819ac6b7a4e..3e46fb496a302adcc84129f6a356dfdf3d3463d4 100755 (executable)
@@ -744,7 +744,7 @@ ctdb_counter_get () {
     _ctdb_counter_common "$1"
     # unary counting!
     _val=$(wc -c < "$_counter_file" 2>/dev/null || echo 0)
-    # Strip leading spaces from ouput of wc (on freebsd)
+    # Strip leading spaces from output of wc (on freebsd)
     # shellcheck disable=SC2086
     echo $_val
 }