summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorBoyuan Yang <073plan@gmail.com>2018-05-11 10:54:52 +0800
committerIru Cai <mytbk920423@gmail.com>2018-05-11 11:07:24 +0800
commit69a128bed130f83aadcbdebb4b5d9446686d588a (patch)
tree8f1d3671a7425eb75d0e58022732cd9d1b0f2a14 /INSTALL.txt
parentae53eddc611459fa427db9c65f6213d3e817aa31 (diff)
downloadfqterm-69a128bed130f83aadcbdebb4b5d9446686d588a.tar.xz
Fix typo found by codespell
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 1539e46..fa6e66c 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -17,7 +17,7 @@ below to setup the development environment.
In the console run commands below:
- $ cd $FQTERM/build # change current postion to the build direcotry
+ $ cd $FQTERM/build # change current position to the build direcotry
$ cmake ../ # generate necessary Makefiles
$ make # build the program
$ make love # invoke this command if you are eager to run
@@ -49,7 +49,7 @@ development environment.
In the console run commands below:
- $ cd $FQTERM/build # change current postion to the build direcotry
+ $ cd $FQTERM/build # change current position to the build direcotry
$ cmake ../ # generate necessary Makefiles
$ make # build the program
$ make love # invoke this command if you are eager to run
@@ -141,7 +141,7 @@ below to setup the development environment.
For other versions of Visual Studio, please see the help
message of CMake by running "cmake --help".
-5. Start coding/buiding/debuging as usual using Visual Studio.
+5. Start coding/buiding/debugging as usual using Visual Studio.
6. Enable IP location detection feature.