picobsd: minor spelling fixes.
This commit is contained in:
parent
af7ca7c85d
commit
4e98322347
@ -363,7 +363,7 @@ do_install() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
dialog --title "Build ${THETYPE} completed" --inputbox \
|
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\
|
`cat .build.reply` \n\n\
|
||||||
Now we are going to install the image on the floppy.\n\
|
Now we are going to install the image on the floppy.\n\
|
||||||
Please insert a blank floppy in /dev/fd0.\\n
|
Please insert a blank floppy in /dev/fd0.\\n
|
||||||
|
@ -700,7 +700,7 @@ stats(char *proto)
|
|||||||
return 0;
|
return 0;
|
||||||
if (pflag) {
|
if (pflag) {
|
||||||
if (proto == NULL) {
|
if (proto == NULL) {
|
||||||
fprintf(stderr, "Option '-p' requires paramter.\n");
|
fprintf(stderr, "Option '-p' requires parameter.\n");
|
||||||
usage();
|
usage();
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user