summaryrefslogtreecommitdiff
path: root/pith/osdep/pw_stuff.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-16 08:29:04 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-16 08:29:04 -0700
commitafbf1ef03d944a775cafbc02243f8eb8c15d096e (patch)
tree9b04017bf26a601a0a867fdd45dce94c2897827a /pith/osdep/pw_stuff.c
parenta6feb748e22af1b8cf032c08e91c2424c44ebd62 (diff)
downloadalpine-afbf1ef03d944a775cafbc02243f8eb8c15d096e.tar.xz
* Fix a few more misspellings in the source code of Alpine.
List contributed by Jens Schleusener.
Diffstat (limited to 'pith/osdep/pw_stuff.c')
-rw-r--r--pith/osdep/pw_stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/osdep/pw_stuff.c b/pith/osdep/pw_stuff.c
index 8938f77c..328a0b93 100644
--- a/pith/osdep/pw_stuff.c
+++ b/pith/osdep/pw_stuff.c
@@ -35,7 +35,7 @@ static char *gcos_name(char *, char *);
Pull the name out of the gcos field if we have that sort of /etc/passwd
Args: gcos_field -- The long name or GCOS field to be parsed
- logname -- Replaces occurences of & with logname string
+ logname -- Replaces occurrences of & with logname string
Result: returns pointer to buffer with name
----*/