Skip to content

Commit b60e733

Browse files
authored
Update Building in Linux.md (#6526)
1 parent d9960d3 commit b60e733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/Building in Linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For 2.6 and later, inav uses `cmake` as its primary build tool. `cmake` simplies
6969

7070
## Using `cmake`
7171

72-
The canonanical method of using `cmake` is to create a `build` directory and run the `cmake` and `make` commands from within the `build` directory. So, assuming we've cloned the firmware repository into an `inav` directory, we can issue the following commands to set up the build environment.
72+
The canonical method of using `cmake` is to create a `build` directory and run the `cmake` and `make` commands from within the `build` directory. So, assuming we've cloned the firmware repository into an `inav` directory, we can issue the following commands to set up the build environment.
7373

7474
```
7575
cd inav

0 commit comments

Comments
 (0)