lib:socket: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 13 Apr 2023 10:54:55 +0000 (12:54 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 14 Apr 2023 05:25:33 +0000 (05:25 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
lib/socket/interfaces.c

index 3157e0cef12a37f12757158fd87a6d4089a0ea34..d8724e6c669960ae7de0e86986180543816f42be 100644 (file)
@@ -73,7 +73,7 @@ bool make_netmask(struct sockaddr_storage *pss_out,
 }
 
 /****************************************************************************
- Create a struct sockaddr_storage set to the broadcast or network adress from
+ Create a struct sockaddr_storage set to the broadcast or network address from
  an incoming sockaddr_storage.
 ****************************************************************************/