From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:08 +0000 (+0200) Subject: ctdb/ib/ibw_ctdb.c: typo fixes X-Git-Tag: talloc-2.3.1~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=540325d3cb4eee1964fc59a63d51289552293902;p=thirdparty%2Fsamba.git ctdb/ib/ibw_ctdb.c: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/ctdb/ib/ibw_ctdb.c b/ctdb/ib/ibw_ctdb.c index 458646faae0..b5537c8a7e5 100644 --- a/ctdb/ib/ibw_ctdb.c +++ b/ctdb/ib/ibw_ctdb.c @@ -44,7 +44,7 @@ int ctdb_ibw_get_address(struct ctdb_context *ctdb, if (inet_pton(AF_INET, address, addr) <= 0) { struct hostent *he = gethostbyname(address); if (he == NULL || he->h_length > sizeof(*addr)) { - ctdb_set_error(ctdb, "invalid nework address '%s'\n", + ctdb_set_error(ctdb, "invalid network address '%s'\n", address); return -1; }