Correct "occured" typos.
[sfrench/samba-autobuild/.git] / ctdb / common / rb_tree.c
index 990ec6177eb5a710fb8a26702176a020275cd994..bacdea6c6896fe79a7c375908ff590517ef08494 100644 (file)
@@ -543,7 +543,7 @@ delete_node(trbt_node_t *node, bool from_destructor)
           This is simple since this dummy node originally had no children
           and we are guaranteed that it will also not have any children 
           after the node has been deleted and any possible rotations 
-          have occured.
+          have occurred.
 
           The only special case is if this was the last node of the tree
           in which case we have to reset the root to NULL as well.