Skip to content

Commit 880fbe9

Browse files
luzpazaothms
authored andcommitted
Fix misc. source comment typos
Found via `codespell`
1 parent c2684f4 commit 880fbe9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ ENDIF()
280280
# Use the found libTKernel as a template for all other OCC libraries
281281
# TODO Extract this into macro/function
282282
foreach(lib ${OPENCASCADE_LIBRARY_NAMES})
283-
# Make sure we'll handle the Windows/MSVC debug postfix convetion too.
283+
# Make sure we'll handle the Windows/MSVC debug postfix convention too.
284284
string(REPLACE TKerneld "${lib}" lib_path "${libTKernel}")
285285
string(REPLACE TKernel "${lib}" lib_path "${lib_path}")
286286
list(APPEND OPENCASCADE_LIBRARIES "${lib_path}")
@@ -355,7 +355,7 @@ IF(COLLADA_SUPPORT AND BUILD_CONVERT)
355355

356356
# Use the found OpenCOLLADAFramework as a template for all other OpenCOLLADA libraries
357357
foreach(lib ${OPENCOLLADA_LIBRARY_NAMES})
358-
# Make sure we'll handle the Windows/MSVC debug postfix convetion too.
358+
# Make sure we'll handle the Windows/MSVC debug postfix convention too.
359359
string(REPLACE OpenCOLLADAFrameworkd "${lib}" lib_path "${OpenCOLLADAFramework}")
360360
string(REPLACE OpenCOLLADAFramework "${lib}" lib_path "${lib_path}")
361361
list(APPEND OPENCOLLADA_LIBRARIES "${lib_path}")

test/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
test_cases = []
4646
failed = []
4747

48-
# Create the ouput directory
48+
# Create the output directory
4949
cwd = os.path.abspath(os.path.dirname(inspect.getfile(inspect.currentframe())))
5050
os.chdir(cwd)
5151
if not os.path.exists("output"): os.mkdir("output")

0 commit comments

Comments
 (0)