diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-03 19:38:53 +0200 |
---|---|---|
committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-03 19:38:53 +0200 |
commit | 361f621c3cdd1fb964eab6aa8c29784de8cd3a05 (patch) | |
tree | 494adc1561ce39677694762685ec8d632ebe6112 /docs/COMPILING_DEBUGGING_TESTING.md | |
parent | Merge pull request #8029 (diff) | |
download | monero-361f621c3cdd1fb964eab6aa8c29784de8cd3a05.tar.xz |
Fix typos
Diffstat (limited to 'docs/COMPILING_DEBUGGING_TESTING.md')
-rw-r--r-- | docs/COMPILING_DEBUGGING_TESTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMPILING_DEBUGGING_TESTING.md b/docs/COMPILING_DEBUGGING_TESTING.md index f5c202303..66555fa80 100644 --- a/docs/COMPILING_DEBUGGING_TESTING.md +++ b/docs/COMPILING_DEBUGGING_TESTING.md @@ -1,7 +1,7 @@ # Compiling, debugging and testing efficiently This document describes ways of compiling, debugging and testing efficiently for various use cases. -The intented audience are developers, who want to leverage newly added tricks to Monero via `CMake`. The document will lower the entry point for these developers. +The intended audience are developers, who want to leverage newly added tricks to Monero via `CMake`. The document will lower the entry point for these developers. Before reading this document, please consult section "Build instructions" in the main README.md. Some information from README.md will be repeated here, but the aim is to go beyond it. |