aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-01-16 00:28:11 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-01-16 00:28:11 +0000
commit8e3ae6fe69989b0d23b38933d40ff8069632e6af (patch)
treec20fff2bfdcbdc1f89824e54e08fdaf3e42ead44 /lib/libutil
parent7ac386ccecca82a7ce26ed26daae74951a375b4b (diff)
downloadsrc-8e3ae6fe69989b0d23b38933d40ff8069632e6af.tar.gz
src-8e3ae6fe69989b0d23b38933d40ff8069632e6af.zip
Fix typo in comment.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=154414
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/login_ok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/login_ok.c b/lib/libutil/login_ok.c
index 19c884f2057b..26971a9f5f1f 100644
--- a/lib/libutil/login_ok.c
+++ b/lib/libutil/login_ok.c
@@ -82,7 +82,7 @@ login_str2inlist(const char **ttlst, const char *str1, const char *str2, int fla
/*
* login_timelist()
- * This function is intentinoally public - reused by TAS.
+ * This function is intentionally public - reused by TAS.
* Returns an allocated list of time periods given an array
* of time periods in ascii form.
*/