Skip to content

Commit efea5c8

Browse files
committed
Revise some word in build doc
1 parent 8ddc5fa commit efea5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build/build_from_source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ mkdir build && cd build
135135
cmake ..
136136
```
137137
138-
CMake first check PaddlePaddle's dependecies in system default path. After installing some optional
138+
CMake first check PaddlePaddle's dependencies in system default path. After installing some optional
139139
libraries, corresponding build option will be set automatically (for instance, glog, gtest and gflags).
140140
If still not found, you can manually set it based on CMake error information from your screen.
141141

@@ -256,7 +256,7 @@ mkdir build && cd build
256256
cmake ..
257257
```
258258

259-
CMake first check PaddlePaddle's dependecies in system default path. After installing some optional
259+
CMake first check PaddlePaddle's dependencies in system default path. After installing some optional
260260
libraries, corresponding build option will be set automatically (for instance, glog, gtest and gflags).
261261
If still not found, you can manually set it based on CMake error information from your screen.
262262

0 commit comments

Comments
 (0)