diff options
author | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-16 12:38:41 +0000 |
---|---|---|
committer | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-16 12:38:41 +0000 |
commit | 9d3c4822e67537b8b9bf2891c9cbd17e0c115960 (patch) | |
tree | b1f353b0e8abcdfc722c6a4bfd11ddf5efbc4a7d /libexec/login_token/token.c | |
parent | da71c8f5495a4548f4bdcc2de77b895051bf99ec (diff) |
typos / double words
Diffstat (limited to 'libexec/login_token/token.c')
-rw-r--r-- | libexec/login_token/token.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_token/token.c b/libexec/login_token/token.c index c01af1ce4e0..0c59cde7dc3 100644 --- a/libexec/login_token/token.c +++ b/libexec/login_token/token.c @@ -1,4 +1,4 @@ -/* $OpenBSD: token.c,v 1.7 2002/06/28 01:14:37 deraadt Exp $ */ +/* $OpenBSD: token.c,v 1.8 2002/07/16 12:38:40 jufi Exp $ */ /*- * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved @@ -274,7 +274,7 @@ tokenuserinit(int flags, char *username, unsigned char *usecret, unsigned mode) des_fixup_key_parity(&secret.cb); /* - * Check if the db record already exists. If no + * Check if the db record already exists. If there's no * force-init flag and it exists, go away. Else, * create the user's db record and put to the db. */ |