doc: build: fix typo in gcc.rst
authorBehradElmi <behradelmi1@gmail.com>
Mon, 2 Jun 2025 17:24:16 +0000 (20:54 +0330)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 7 Jun 2025 12:52:18 +0000 (14:52 +0200)
Fix a typo error in gcc.rst, changing "out-out-tree" to
"out-of-tree" in the Out-of-tree section.

Signed-off-by: BehradElmi <behradelmi1@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/build/gcc.rst

index c76a7fb..1fef718 100644 (file)
@@ -122,7 +122,7 @@ Out-of-tree building
 ~~~~~~~~~~~~~~~~~~~~
 
 By default building is performed locally and the objects are saved in the source
-directory. To build out-out-tree use one of the two methods below:
+directory. To build out-of-tree use one of the two methods below:
 
 Add O= parameter to the make command line: