]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: fix spelling in virSocketAddrParseAny docs
authorJim Fehlig <jfehlig@suse.com>
Thu, 5 Apr 2018 20:57:16 +0000 (14:57 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 5 Apr 2018 20:57:16 +0000 (14:57 -0600)
s/netork/network/

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/util/virsocketaddr.c

index 4f24576296c4ce63c19b2b446747204d79d5c5f0..5c3bfad0a40353a9a602d76bcc311a945fc8902d 100644 (file)
@@ -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.
  */