From: Tom Rhodes Date: Fri, 22 Apr 2005 23:11:57 +0000 (+0000) Subject: Properly spell default in a comment. X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/commitdiff_plain/fba9b0655cd1d183f9052e7fed57cd5281b74360 Properly spell default in a comment. --- diff --git a/libutil/login_cap.c b/libutil/login_cap.c index 50ebf26..6d965e3 100644 --- a/libutil/login_cap.c +++ b/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. */