Misc. ./apps ./doc ./platoforms typos

Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
This commit is contained in:
luz.paz
2018-02-08 13:04:25 -05:00
parent 090ee46f4a
commit d47b1f3b70
54 changed files with 98 additions and 98 deletions
@@ -239,7 +239,7 @@ Well, running samples from Eclipse is very simple:
@code{.sh}
adb shell getprop ro.product.cpu.abi
@endcode
If you're using an AVD emulator, go Window \> AVD Manager to see the list of availible devices.
If you're using an AVD emulator, go Window \> AVD Manager to see the list of available devices.
Click Edit in the context menu of the selected device. In the window, which then pop-ups, find
the CPU field.
@@ -28,7 +28,7 @@ key topis:
-# [Android
Activity](http://developer.android.com/training/basics/activity-lifecycle/starting.html) and its
lifecycle, that is an essential Android API class.
-# OpenCV development will certainly require some knowlege of the [Android
-# OpenCV development will certainly require some knowledge of the [Android
Camera](http://developer.android.com/guide/topics/media/camera.html) specifics.
Quick environment setup for Android development
@@ -261,7 +261,7 @@ Here is the standard way to compile C++ part of an Android application:
**warning**
We strongly reccomend using cmd.exe (standard Windows console) instead of Cygwin on
We strongly recommend using cmd.exe (standard Windows console) instead of Cygwin on
**Windows**. Use the latter if only you're absolutely sure about, what you're doing. Cygwin is
not really supported and we are unlikely to help you in case you encounter some problems with
it. So, use it only if you're capable of handling the consequences yourself.
@@ -397,7 +397,7 @@ application, but sure the most uncomplicated one to configure.
![](images/AVD_create.png)
-# When you click the Create AVD button, your new AVD will be availible in AVD Manager.
-# When you click the Create AVD button, your new AVD will be available in AVD Manager.
-# Press Start to launch the device. Be aware that any AVD (a.k.a. Emulator) is usually much slower
than a hardware Android device, so it may take up to several minutes to start.
-# Go Run -\> Run/Debug in Eclipse IDE to run your application in regular or debugging mode.
@@ -307,7 +307,7 @@ application. It will be capable of accessing camera output, processing it and di
@endcode
-# Defines that your activity implements CvCameraViewListener2 interface and fix activity related
errors by defining missed methods. For this activity define onCreate, onDestroy and onPause and
implement them according code snippet bellow. Fix errors by adding required imports.
implement them according to the code snippet below. Fix errors by adding required imports.
@code{.java}
private CameraBridgeViewBase mOpenCvCameraView;