diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-04-22 23:11:57 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-04-22 23:11:57 +0000 |
commit | 17bf236ae6bbab4e84e94f52285cd5fc9bc34484 (patch) | |
tree | fee481db8326d966ea00b25e00015a261027ff27 /lib/libutil | |
parent | 4eaa5ebe1b398d29898cdb2de4fb14b744b1d387 (diff) | |
download | FreeBSD-src-17bf236ae6bbab4e84e94f52285cd5fc9bc34484.zip FreeBSD-src-17bf236ae6bbab4e84e94f52285cd5fc9bc34484.tar.gz |
Properly spell default in a comment.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/login_cap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c index 50ebf26..6d965e3 100644 --- a/lib/libutil/login_cap.c +++ b/lib/libutil/login_cap.c @@ -341,7 +341,7 @@ login_getuserclass(const struct passwd *pwd) /* * login_getcapstr() * Given a login_cap entry, and a capability name, return the - * value defined for that capability, a defualt if not found, or + * value defined for that capability, a default if not found, or * an error string on error. */ |