From 4e983223473a9e67a00d5da41a6fa0f1fc99463f Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 1 May 2016 16:16:11 +0000 Subject: [PATCH] picobsd: minor spelling fixes. --- release/picobsd/build/picobsd | 2 +- 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 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); }