From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- nss/nss_files/files-network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss/nss_files') diff --git a/nss/nss_files/files-network.c b/nss/nss_files/files-network.c index 4b1ab05..c010d21 100644 --- a/nss/nss_files/files-network.c +++ b/nss/nss_files/files-network.c @@ -42,7 +42,7 @@ LINE_PARSER STRING_FIELD (addr, isspace, 1); /* 'inet_network' does not add zeroes at the end if the network number - does not four byte values. We add them outselves if necessary. */ + does not four byte values. We add them ourselves if necessary. */ cp = strchr (addr, '.'); if (cp != NULL) { -- cgit v1.1