aboutsummaryrefslogtreecommitdiff
path: root/docs/COMPILING_DEBUGGING_TESTING.md
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-03 19:38:53 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-03 19:38:53 +0200
commit361f621c3cdd1fb964eab6aa8c29784de8cd3a05 (patch)
tree494adc1561ce39677694762685ec8d632ebe6112 /docs/COMPILING_DEBUGGING_TESTING.md
parentMerge pull request #8029 (diff)
downloadmonero-361f621c3cdd1fb964eab6aa8c29784de8cd3a05.tar.xz
Fix typos
Diffstat (limited to 'docs/COMPILING_DEBUGGING_TESTING.md')
-rw-r--r--docs/COMPILING_DEBUGGING_TESTING.md2
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.