diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
commit | 090a3faf71dd1aa0dc3bc84defc38b7ff3aa3161 (patch) | |
tree | 86d3f30c92a2e4f07f74565a318a64b039c93a51 /usr.bin | |
parent | 83ffcdaf38bb4533511a7ca1727d35d0af1172fb (diff) |
spelling fixes, from Martynas Venckus;
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 |