diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /usr.bin/encrypt | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'usr.bin/encrypt')
-rw-r--r-- | usr.bin/encrypt/encrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/encrypt/encrypt.c b/usr.bin/encrypt/encrypt.c index 1225626546f..04cc41c9e8f 100644 --- a/usr.bin/encrypt/encrypt.c +++ b/usr.bin/encrypt/encrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: encrypt.c,v 1.11 1999/09/03 18:13:37 deraadt Exp $ */ +/* $OpenBSD: encrypt.c,v 1.12 2000/11/10 15:33:12 provos Exp $ */ /* * Copyright (c) 1996, Jason Downs. All rights reserved. @@ -84,7 +84,7 @@ void print_passwd(char *string, int operation, void *extra) switch(operation) { case DO_MAKEKEY: /* - * makekey mode: parse string into seperate DES key and salt. + * makekey mode: parse string into separate DES key and salt. */ if (strlen(string) != 10) { /* To be compatible... */ |