diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-22 08:35:03 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-22 08:35:03 +0100 |
commit | ab3bccdb78cc7dffb6ab796053ef63489f05558d (patch) | |
tree | 1045f32f6cf3cbb73e7deca02057368b208cb3a2 /platform/iphone/camera_ios.mm | |
parent | 28613ab8c9f48c5d0cb5c1f23df6d1b662872f51 (diff) |
Fix typos with codespell
Using codespell 1.16.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
Diffstat (limited to 'platform/iphone/camera_ios.mm')
-rw-r--r-- | platform/iphone/camera_ios.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/camera_ios.mm b/platform/iphone/camera_ios.mm index ff84df66ff..5636ed6262 100644 --- a/platform/iphone/camera_ios.mm +++ b/platform/iphone/camera_ios.mm @@ -28,7 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -///@TODO this is a near duplicate of CameraOSX, we should find a way to combine those to minimise code duplication!!!! +///@TODO this is a near duplicate of CameraOSX, we should find a way to combine those to minimize code duplication!!!! // If you fix something here, make sure you fix it there as wel! #include "camera_ios.h" |