diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2017-02-17 22:50:54 +1300 |
---|---|---|
committer | Garming Sam <garming@samba.org> | 2017-02-22 08:26:21 +0100 |
commit | 7d1c3fce6521bc6d723c9c2c7b5738aa1e7bd8a9 (patch) | |
tree | 91560bb0fe5f8633f0cbff6940d6e6e30dd3759c /ctdb/client | |
parent | e1effc7e40724552a7ce7f80300845d4e086f9e7 (diff) | |
download | samba-7d1c3fce6521bc6d723c9c2c7b5738aa1e7bd8a9.tar.gz |
Correct "recived" typo.
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>
Diffstat (limited to 'ctdb/client')
-rw-r--r-- | ctdb/client/ctdb_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/client/ctdb_client.c b/ctdb/client/ctdb_client.c index a7427ccaf92..6ffa0f43d1d 100644 --- a/ctdb/client/ctdb_client.c +++ b/ctdb/client/ctdb_client.c @@ -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; |