Fix various typos in code comments (#1670) [skip ci]

Found via `codespell -q 3 -S *.ts,*.xml -L ba,keypair,numer,uint`
This commit is contained in:
luzpaz
2021-07-13 13:54:30 +02:00
committed by GitHub
parent 539b0582bf
commit 01536f9865
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ add_library(libolive-editor
# Remove prefix - prevents CMake calling it "liblibolive-editor"
set_target_properties(libolive-editor PROPERTIES PREFIX "")
# Add applicaton
# Add application
add_executable(olive-editor
main.cpp
$<TARGET_OBJECTS:libolive-editor>