diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sup/src/supcmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sup/src/supcmain.c b/usr.bin/sup/src/supcmain.c index 3c667af4d1e..e9d1c6436a4 100644 --- a/usr.bin/sup/src/supcmain.c +++ b/usr.bin/sup/src/supcmain.c @@ -1,4 +1,4 @@ -/* $OpenBSD: supcmain.c,v 1.22 2007/10/17 20:10:44 chl Exp $ */ +/* $OpenBSD: supcmain.c,v 1.23 2007/11/25 16:40:03 jmc Exp $ */ /* * Copyright (c) 1992 Carnegie Mellon University @@ -64,7 +64,7 @@ * * -X "crosspatch" flag * Sup is being run remotely with a crosspatch. - * Need to be carefull as we may be running as root + * Need to be careful as we may be running as root * instead of collection owner. * * The remaining flags affect all collections unless an explicit list |