mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 21:38:52 +00:00
Fixed some typos
This commit is contained in:
parent
0e73e13a3b
commit
fcdd71d7fb
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue