Skip to content

Commit 31dde8a

Browse files
kianmengasenyaev
authored andcommitted
Fix typos
1 parent b408641 commit 31dde8a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE-3RD-PARTY.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ This license applies to above binaries in the directory cv2/.
840840
* The implementation was written so as to conform with Netscapes SSL.
841841
*
842842
* This library is free for commercial and non-commercial use as long as
843-
* the following conditions are aheared to. The following conditions
843+
* the following conditions are adhered to. The following conditions
844844
* apply to all code found in this distribution, be it the RC4, RSA,
845845
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
846846
* included with this distribution is covered by the same copyright terms
@@ -865,7 +865,7 @@ This license applies to above binaries in the directory cv2/.
865865
* must display the following acknowledgement:
866866
* "This product includes cryptographic software written by
867867
* Eric Young ([email protected])"
868-
* The word 'cryptographic' can be left out if the rouines from the library
868+
* The word 'cryptographic' can be left out if the routines from the library
869869
* being used are not cryptographic related :-).
870870
* 4. If you include any Windows specific code (or a derivative thereof) from
871871
* the apps directory (application code) you must include an acknowledgement:
@@ -883,7 +883,7 @@ This license applies to above binaries in the directory cv2/.
883883
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
884884
* SUCH DAMAGE.
885885
*
886-
* The licence and distribution terms for any publically available version or
886+
* The licence and distribution terms for any publicly available version or
887887
* derivative of this code cannot be changed. i.e. this code cannot simply be
888888
* copied and put under another distribution licence
889889
* [including the GNU Public Licence.]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A: It's easier for users to understand ``opencv-python`` than ``cv2`` and it mak
7979

8080
## Documentation for opencv-python
8181

82-
[![Windows Buld Status](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_windows.yml/badge.svg)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_windows.yml)
82+
[![Windows Build Status](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_windows.yml/badge.svg)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_windows.yml)
8383
[![(Linux Build status)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_linux.yml/badge.svg)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_linux.yml)
8484
[![(Mac OS Build status)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_macos.yml/badge.svg)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_macos.yml)
8585

travis_config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function build_wheel {
1212

1313
function bdist_wheel_cmd {
1414
# copied from multibuild's common_utils.sh
15-
# add osx deployment target so it doesnt default to 10.6
15+
# add osx deployment target so it doesn't default to 10.6
1616
local abs_wheelhouse=$1
1717
CI_BUILD=1 pip wheel --verbose --wheel-dir="$PWD/dist" . $BDIST_PARAMS
1818
cp dist/*.whl $abs_wheelhouse

travis_osx_brew_cache.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function _brew_install_and_cache_within_time_limit {
249249
for dep in $DEPS; do
250250
#TIME_LIMIT only has to be met if we'll be actually building the main project this iteration, i.e. after the "root" module installation
251251
#While we don't know that yet, we can make better use of Travis-given time with a laxer limit
252-
#We still can't overrun TIME_HARD_LIMIT as that would't leave time to save the cache
252+
#We still can't overrun TIME_HARD_LIMIT as that wouldn't leave time to save the cache
253253
_brew_install_and_cache_within_time_limit "$dep" $(((TIME_LIMIT+TIME_HARD_LIMIT)/2)) "$TIME_HARD_LIMIT" "$TIME_START" || return $?
254254
done
255255

0 commit comments

Comments
 (0)