From fcdd71d7fb548a2f4e2e206215f7d630b05e7f78 Mon Sep 17 00:00:00 2001 From: Stephan van Stekelenburg Date: Wed, 8 Mar 2017 10:42:56 +0100 Subject: [PATCH] Fixed some typos --- Docs/Directories.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/Directories.md b/Docs/Directories.md index 44aa3a78a..3b70a909e 100644 --- a/Docs/Directories.md +++ b/Docs/Directories.md @@ -22,7 +22,7 @@ This directory contains the basic Cosmos demo project, it's a simple guess-the-n ### \Docs -This direcotry contains the Cosmos documentation that you're currently reading. +This directory contains the Cosmos documentation that you're currently reading. ### \QA @@ -38,7 +38,7 @@ This directory contains all the scripts and languages to build the Cosmos User K ### \Source -This directory contains all the code of the Cosmos project. You will spend most of your time here, including the Compiler, Installer, Debugger and the main features of Cosmos. It's contains unused code, the solution file of Cosmos and some support libraries. +This directory contains all the code of the Cosmos project. You will spend most of your time here, including the Compiler, Installer, Debugger and the main features of Cosmos. It contains unused code, the solution file of Cosmos and some support libraries. #### \Source\Cosmos.Assembler @@ -46,7 +46,7 @@ This directory contains the Cosmos assembler, the thing that writes generated as #### \Source\Cosmos.Build -This directory contains any code related to the building process of Cosmos with the exception of +This directory contains code related to the building process of Cosmos with the exception of IL2CPU which is however executed from here, it's contains code for executing ld, nasm, makeiso, MSBuild, and others.