docs/sphinx: Fix various typos

(This modifies UI, libobs, deps/obs-scripting, various cmake files)

Found using:
`codespell -q 3 -S *.ini,./UI/data/locale,./deps/w32-pthreads -L aci,dur,iff,mut,numer,uint`
This commit is contained in:
luz.paz
2019-09-19 07:31:17 -04:00
committed by jp9000
parent 6b08c064f6
commit d124e6402c
33 changed files with 57 additions and 57 deletions

View File

@@ -1,4 +1,4 @@
# Doesn't realy make sense anywhere else
# Doesn't really make sense anywhere else
if(NOT MSVC)
return()
endif()
@@ -8,7 +8,7 @@ if(COPIED_DEPENDENCIES)
return()
endif()
option(COPY_DEPENDENCIES "Automaticaly try copying all dependencies" ON)
option(COPY_DEPENDENCIES "Automatically try copying all dependencies" ON)
if(NOT COPY_DEPENDENCIES)
return()
endif()

View File

@@ -3,7 +3,7 @@
#
# FFMPEG_FOUND - All required components and the core library were found
# FFMPEG_INCLUDE_DIRS - Combined list of all components include dirs
# FFMPEG_LIBRARIES - Combined list of all componenets libraries
# FFMPEG_LIBRARIES - Combined list of all components libraries
# FFMPEG_VERSION_STRING - Version of the first component requested
#
# For each requested component the following variables are defined: