Skip to content

Commit 3ea4079

Browse files
Editorial tweaks.
1 parent 9d80671 commit 3ea4079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/laptops-and-desktops/win-opencv/2-2-build-clang.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Once the library files are correctly generated, run the following command to ens
162162

163163
Once the OpenCV library has been successfully created, you can create a simple application and try using it.
164164

165-
### Prepare a application program
165+
### Prepare an application program
166166

167167
First, use a text editor to save the following C++ program as `test_opencv.cpp` in the `build_clang` directory.
168168

@@ -216,7 +216,7 @@ Run the test program:
216216
.\test_opencv.exe
217217
```
218218

219-
When you execute the command, it will finish quickly, and `test_image.png` is generated. If you don't have the DLL directory in your search path, the program appears to run, but no `test_image.png` is generated.
219+
When you execute the command, it will finish quickly, and `test_image.png` is generated. If you do not have the DLL directory in your search path, the program appears to run, but no `test_image.png` is generated.
220220

221221
Open the image file, it should look like the example shown below.
222222

0 commit comments

Comments
 (0)