mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
Fix Typos in Comments and Error Messages Across Multiple Files #27434 Description: This pull request corrects several typographical errors in comments and error messages in the following files: - `samples/directx/d3d11_interop.cpp`: Fixed typo in the error message ("betweem" → "between"). - `samples/dnn/yolo_detector.cpp`: Fixed typo in a comment ("elemets" → "elements"). - `samples/winrt/ImageManipulations/MediaExtensions/OcvTransform.cpp`: Fixed typo in a comment ("peferred" → "preferred"). These changes improve code readability and maintain consistency in documentation and error reporting. No functional code was modified. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| d3d9_interop.cpp | ||
| d3d9ex_interop.cpp | ||
| d3d10_interop.cpp | ||
| d3d11_interop.cpp | ||
| d3dsample.hpp | ||
| winapp.hpp | ||