[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH] doc/*: Fix spelling typos.
Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> On 04.03.2018 12:09, Dafna Hirschfeld wrote: Fix spelling typos found with 'spell' command. Signed-off-by: Dafna Hirschfeld <dafna3@xxxxxxxxx> --- doc/guides/contribute.rst | 2 +- doc/guides/developers-app.rst | 4 ++-- doc/guides/intro.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/contribute.rst b/doc/guides/contribute.rst index c738c6b..10aefd1 100644 --- a/doc/guides/contribute.rst +++ b/doc/guides/contribute.rst @@ -5,6 +5,6 @@ Contribute to Unikraft If you would like to get ideas regarding possible contributions to Unikraft, we (normally) keep an up-to-date list on the project's wiki (see ``README.md`` for the URL). Please browse through it and don't -hesistate to contact us regarding any questions you may have. +hesitate to contact us regarding any questions you may have. Also have a look to the project's ``CONTRIBUTING.md`` and ``MAINTAINERS.md`` file. diff --git a/doc/guides/developers-app.rst b/doc/guides/developers-app.rst index 45d9bd5..cc4e1dc 100644 --- a/doc/guides/developers-app.rst +++ b/doc/guides/developers-app.rst @@ -6,7 +6,7 @@ relatively painless given that the available Unikraft libraries provide all of the application's dependencies. In most cases, the porting effort requires no changes (or in the worst case small patches) to the actual application code. At a high level, most of the -work consists of creating a Unikraft makefile callled **Makefile.uk** +work consists of creating a Unikraft makefile called **Makefile.uk** that Unikraft uses to compile the application's source code (i.e., generally we avoid using an application's native Makefile(s), if any, and rely on Unikraft's build system to build the necessary objects with @@ -265,7 +265,7 @@ Make Targets ============================ Unikraft provides a number of make targets to help you in porting and developing applications and libraries. You can see a listing of them -by typiing ``make help``; for convenience they're also listed here +by typing ``make help``; for convenience they're also listed here below: ::Cleaning:diff --git a/doc/guides/intro.rst b/doc/guides/intro.rst index e0b82bc..1910193 100644 --- a/doc/guides/intro.rst +++ b/doc/guides/intro.rst @@ -14,7 +14,7 @@ Unikraft, you get support for these platforms and architectures for (e.g., a small library providing a proof-of-concept scheduler) or as large as standard libraries like libc.-* **Configuration Menu**. Inspired by Linux's Kconfig sytem, this menu+* **Configuration Menu**. Inspired by Linux's Kconfig system, this menu allows users to pick and choose which libraries to include in the build process, as well as to configure options for each of them, where available. Like Kconfig, the menu keeps track of dependencies _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |