summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-05-31 16:59:14 +0000
committerimp <imp@FreeBSD.org>2011-05-31 16:59:14 +0000
commitc7af61b8169cdad9c973d70fda726696031378f3 (patch)
tree32496e96b6d48c39ca59822044e577d0a5b06269 /usr.bin/tftp
parenta73a4dbfbbd1ca68be03df5244073320d70aebe8 (diff)
downloadFreeBSD-src-c7af61b8169cdad9c973d70fda726696031378f3.zip
FreeBSD-src-c7af61b8169cdad9c973d70fda726696031378f3.tar.gz
Fix a couple of spelling errors.
Submitted by: bcr@
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r--usr.bin/tftp/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c
index 989a5ae..e2954c8 100644
--- a/usr.bin/tftp/main.c
+++ b/usr.bin/tftp/main.c
@@ -155,7 +155,7 @@ static struct cmd cmdtab[] = {
{ "options", setoptions,
"enable or disable RFC2347 style options" },
{ "help", help, "print help information" },
- { "packetdrop", setpacketdrop, "artifical packetloss feature" },
+ { "packetdrop", setpacketdrop, "artificial packetloss feature" },
{ "?", help, "print help information" },
{ NULL, NULL, NULL }
};
@@ -955,7 +955,7 @@ setblocksize(int argc, char *argv[])
if (!options_rfc_enabled)
printf("RFC2347 style options are not enabled "
- "(but proceding anyway)\n");
+ "(but proceeding anyway)\n");
if (argc != 1) {
int size = atoi(argv[1]);
@@ -993,7 +993,7 @@ setblocksize2(int argc, char *argv[])
if (!options_rfc_enabled || !options_extra_enabled)
printf(
"RFC2347 style or non-RFC defined options are not enabled "
- "(but proceding anyway)\n");
+ "(but proceeding anyway)\n");
if (argc != 1) {
int size = atoi(argv[1]);
OpenPOWER on IntegriCloud