From 1ee6d805ea07df531c2c168af82e07b57d4a740f Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Tue, 14 Dec 2021 20:40:08 +0100 Subject: [PATCH] doc: fixed some typos --- README.md | 2 +- doc/todo.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5c2ff..b2e81e6 100644 --- a/README.md +++ b/README.md @@ -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: - 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. - 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. diff --git a/doc/todo.md b/doc/todo.md index dc74a71..2e1c4ee 100644 --- a/doc/todo.md +++ b/doc/todo.md @@ -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) : + * Windows: don't ask for Windows support, it will never happens * MacOS: same as above * Base language change: the heart of init.sh is BASH, and will always be