summaryrefslogtreecommitdiff
path: root/doc/DEVELOP.md
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-01-10 14:02:20 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2015-01-10 14:02:20 +0100
commitb9e34707d359e246271405900ab4c816b17e8480 (patch)
tree69a62b73f58d181750dd3f13afbd7fed2a474737 /doc/DEVELOP.md
parent99703ab3174fb7734256d9f46b16c1cd308a7b24 (diff)
parentd4b20926c85a4989a845da21c2c36bbd1e183451 (diff)
downloadfork-ledger-b9e34707d359e246271405900ab4c816b17e8480.tar.gz
fork-ledger-b9e34707d359e246271405900ab4c816b17e8480.tar.bz2
fork-ledger-b9e34707d359e246271405900ab4c816b17e8480.zip
Merge branch 'master' into next
[ci skip]
Diffstat (limited to 'doc/DEVELOP.md')
-rw-r--r--doc/DEVELOP.md4
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.