Cleanup: fix typos in source code

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D5801
This commit is contained in:
Brecht Van Lommel
2022-01-05 15:27:33 +01:00
parent b1cec919ec
commit d68dca98ce
54 changed files with 85 additions and 85 deletions

View File

@ -18,7 +18,7 @@
# <pep8 compliant>
"""Wirte the POV file using this file's functions and some from other modules then render it."""
"""Write the POV file using this file's functions and some from other modules then render it."""
import bpy
import subprocess
@ -285,7 +285,7 @@ def write_pov(filename, scene=None, info_callback=None):
return name
def write_matrix(matrix):
"""Translate some tranform matrix from Blender UI
"""Translate some transform matrix from Blender UI
to POV syntax and write to exported file """
tab_write(
"matrix <%.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f, %.6f>\n"