diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2015-01-09 00:05:10 +0100 |
---|---|---|
committer | Jostein Berntsen <jbernts@broadpark.no> | 2015-01-09 00:05:10 +0100 |
commit | 5d90ac7a1db18415234540c71e41d1f421708492 (patch) | |
tree | 93ea56924d7843fef7233cad2d46dc2d6c69ebbd /doc/DEVELOP.md | |
parent | f2b61846d10388ec658c58f47b24b14e5b9489fc (diff) | |
download | fork-ledger-5d90ac7a1db18415234540c71e41d1f421708492.tar.gz fork-ledger-5d90ac7a1db18415234540c71e41d1f421708492.tar.bz2 fork-ledger-5d90ac7a1db18415234540c71e41d1f421708492.zip |
Small doc typo fixes
Diffstat (limited to 'doc/DEVELOP.md')
-rw-r--r-- | doc/DEVELOP.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/DEVELOP.md b/doc/DEVELOP.md index e3a479d7..ce897741 100644 --- a/doc/DEVELOP.md +++ b/doc/DEVELOP.md @@ -14,7 +14,7 @@ used by *./python/server.py*. from source code. It uses the *CMakeLists.txt* files. [**DOxygen**](http://doxygen.org): generates programming documentation from -source code files. Primarly used on C++ sources, but works on all. Uses +source code files. Primarily used on C++ sources, but works on all. Uses the *doc/Doxyfile.in* file. [**GCC**](http://gcc.gnu.org): Gnu Compiler Collection, which includes the @@ -58,7 +58,7 @@ orientation: for more information. **./README.md**: user readme file in markdown format, also used as the project - discription on GitHub. + description on GitHub. **./contrib/**: contributed scripts of random quality and completion. They usually require editing to run. |