picobsd: minor spelling fixes.

This commit is contained in:
Pedro F. Giffuni 2016-05-01 16:16:11 +00:00
parent af7ca7c85d
commit 4e98322347
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298880
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);
}