mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
picobsd: minor spelling fixes.
This commit is contained in:
parent
af7ca7c85d
commit
4e98322347
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298880
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user