diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-01 16:16:11 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-01 16:16:11 +0000 |
commit | bdd407638baec3f97abe9521462158852c00740b (patch) | |
tree | 1f385651c6befc0860cd1eacdc4b865119328de6 /release/picobsd | |
parent | ca8f20faa859d93d660ee3708ff2ba0d8349ca34 (diff) | |
download | FreeBSD-src-bdd407638baec3f97abe9521462158852c00740b.zip FreeBSD-src-bdd407638baec3f97abe9521462158852c00740b.tar.gz |
picobsd: minor spelling fixes.
Diffstat (limited to 'release/picobsd')
-rwxr-xr-x | release/picobsd/build/picobsd | 2 | ||||
-rw-r--r-- | release/picobsd/tinyware/ns/ns.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd index 2b04be4..7948351 100755 --- a/release/picobsd/build/picobsd +++ b/release/picobsd/build/picobsd @@ -363,7 +363,7 @@ do_install() { return fi dialog --title "Build ${THETYPE} completed" --inputbox \ -"\nThe build process was completed successfuly.\n\ +"\nThe build process was completed successfully.\n\ `cat .build.reply` \n\n\ Now we are going to install the image on the floppy.\n\ Please insert a blank floppy in /dev/fd0.\\n diff --git a/release/picobsd/tinyware/ns/ns.c b/release/picobsd/tinyware/ns/ns.c index a4b3b5e..ac8e6fa 100644 --- a/release/picobsd/tinyware/ns/ns.c +++ b/release/picobsd/tinyware/ns/ns.c @@ -700,7 +700,7 @@ stats(char *proto) return 0; if (pflag) { if (proto == NULL) { - fprintf(stderr, "Option '-p' requires paramter.\n"); + fprintf(stderr, "Option '-p' requires parameter.\n"); usage(); exit(-1); } |