Skip to content

Commit 7052ed7

Browse files
authored
Merge pull request #582 from kianmeng/fix-typos
Fix typos
2 parents e231f08 + 2188a44 commit 7052ed7

4 files changed

+6
-6
lines changed

LICENSE-3RD-PARTY.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ This license applies to above binaries in the directory cv2/.
10001000
* The implementation was written so as to conform with Netscapes SSL.
10011001
*
10021002
* This library is free for commercial and non-commercial use as long as
1003-
* the following conditions are aheared to. The following conditions
1003+
* the following conditions are adhered to. The following conditions
10041004
* apply to all code found in this distribution, be it the RC4, RSA,
10051005
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
10061006
* included with this distribution is covered by the same copyright terms
@@ -1025,7 +1025,7 @@ This license applies to above binaries in the directory cv2/.
10251025
* must display the following acknowledgement:
10261026
* "This product includes cryptographic software written by
10271027
* Eric Young ([email protected])"
1028-
* The word 'cryptographic' can be left out if the rouines from the library
1028+
* The word 'cryptographic' can be left out if the routines from the library
10291029
* being used are not cryptographic related :-).
10301030
* 4. If you include any Windows specific code (or a derivative thereof) from
10311031
* the apps directory (application code) you must include an acknowledgement:
@@ -1043,7 +1043,7 @@ This license applies to above binaries in the directory cv2/.
10431043
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
10441044
* SUCH DAMAGE.
10451045
*
1046-
* The licence and distribution terms for any publically available version or
1046+
* The licence and distribution terms for any publicly available version or
10471047
* derivative of this code cannot be changed. i.e. this code cannot simply be
10481048
* copied and put under another distribution licence
10491049
* [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)