Correct "recived" typo.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 09:50:54 +0000 (22:50 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:21 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
ctdb/client/ctdb_client.c

index a7427ccaf92a335ff9ade4831168d16696be1d3e..6ffa0f43d1d442d1286f531fb8d02d7316f01e8e 100644 (file)
@@ -4050,7 +4050,7 @@ static int ctdb_fetch_db_seqnum(struct ctdb_db_context *ctdb_db, uint64_t *seqnu
        }
 
        if (data.dsize != sizeof(*seqnum)) {
-               DEBUG(DEBUG_ERR, (__location__ " Invalid data recived len=%zi\n",
+               DEBUG(DEBUG_ERR, (__location__ " Invalid data received len=%zi\n",
                                  data.dsize));
                talloc_free(data.dptr);
                return -1;