doc: fixed some typos

This commit is contained in:
2021-12-14 20:40:08 +01:00
parent d9af921417
commit 1ee6d805ea
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ to publish and share that work, in the hope it can be usefull.
**init.sh** relies on three different elements to work: **init.sh** relies on three different elements to work:
- the ```init.sh``` script and libraries, which provide a simple framework to do - the ```init.sh``` script and libraries, which provide a simple framework to do
simple tasks and embed system dependent functions to provide system independent simple tasks and embed system dependent tools to provide system independent
function calls. function calls.
- modules that actually do the job, as possible on a system independent way - modules that actually do the job, as possible on a system independent way
through the use of the framework and consisting of very small and simple tasks. through the use of the framework and consisting of very small and simple tasks.

View File

@@ -22,6 +22,7 @@ Here is ideas for version 2 of ```init.sh```:
What will never appear in that todo list (so don't ask) : What will never appear in that todo list (so don't ask) :
* Windows: don't ask for Windows support, it will never happens * Windows: don't ask for Windows support, it will never happens
* MacOS: same as above * MacOS: same as above
* Base language change: the heart of init.sh is BASH, and will always be * Base language change: the heart of init.sh is BASH, and will always be