From 043d661d53e98ae5a2a92fbf4d8c7fc9a4e79be5 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Fri, 22 Apr 2005 23:11:57 +0000 Subject: [PATCH] Properly spell default in a comment. --- lib/libutil/login_cap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c index 50ebf260620..6d965e307c3 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. */