aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/login_cap.c
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2005-04-22 23:11:57 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2005-04-22 23:11:57 +0000
commit043d661d53e98ae5a2a92fbf4d8c7fc9a4e79be5 (patch)
treefee481db8326d966ea00b25e00015a261027ff27 /lib/libutil/login_cap.c
parent17314e6286f485755683ce4cddb8ebca2486a726 (diff)
downloadsrc-043d661d53e98ae5a2a92fbf4d8c7fc9a4e79be5.tar.gz
src-043d661d53e98ae5a2a92fbf4d8c7fc9a4e79be5.zip
Properly spell default in a comment.
Notes
Notes: svn path=/head/; revision=145426
Diffstat (limited to 'lib/libutil/login_cap.c')
-rw-r--r--lib/libutil/login_cap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c
index 50ebf260620e..6d965e307c34 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.
*/