diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd index 2b04be4709b0..7948351e93cc 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 a4b3b5e74ba2..ac8e6fa28e41 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); }