From: Jim Fehlig Date: Thu, 5 Apr 2018 20:57:16 +0000 (-0600) Subject: util: fix spelling in virSocketAddrParseAny docs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=60dd4cc1f8de303ef2ad18760cce88bf6b312ebf;p=libvirt.git util: fix spelling in virSocketAddrParseAny docs s/netork/network/ Signed-off-by: Jim Fehlig --- diff --git a/src/util/virsocketaddr.c b/src/util/virsocketaddr.c index 4f24576296..5c3bfad0a4 100644 --- a/src/util/virsocketaddr.c +++ b/src/util/virsocketaddr.c @@ -176,7 +176,7 @@ int virSocketAddrParse(virSocketAddrPtr addr, const char *val, int family) * or 2001:db8:85a3:0:0:8a2e:370:7334. * * When @val is a network host name, this function may be susceptible to a - * delay due to potentially lengthy netork host address lookups. + * delay due to potentially lengthy network host address lookups. * * Returns the length of the network address or -1 in case of error. */