diff --git a/doc/porting-guide b/doc/porting-guide index d21360d0..c010a827 100644 --- a/doc/porting-guide +++ b/doc/porting-guide @@ -307,7 +307,7 @@ you will have to implement features in Sortix or add some compatibility. Other times, you can work around the build system or patch the software. Try ask around and examine other archived port tixes and see their patches -reveal any useful advise on how to resolve the situation: +reveal any useful advice on how to resolve the situation: Here is a list of common problems: @@ -476,5 +476,5 @@ This should be a basic walk-through the process of porting a piece of software to the Sortix operating system. Note how the porting facilities are experimental and much is subject to change in the near future. Porting software is an advanced topic and this documentation merely touches the more common situations -and surely important advise is missing from this documentation. It's always a -good idea to consult the Sortix developers for advise. +and surely important advice is missing from this documentation. It's always a +good idea to consult the Sortix developers for advice. diff --git a/sysinstall/sysinstall.c b/sysinstall/sysinstall.c index a12c6cdf..1d59cd6f 100644 --- a/sysinstall/sysinstall.c +++ b/sysinstall/sysinstall.c @@ -557,7 +557,7 @@ int main(void) "Type mkpart to make a new partition. " "Type mount 2 / to create a mountpoint for partition 2. " "Type exit when done. " - "There is partitioning advise in installation(7). " + "There is partitioning advice in installation(7). " "Type man 8 disked to display the disked(8) man page.\n", mktable_tip); struct filesystem* root_filesystem = NULL;