From d7d3233715503ecc15b8dd1973f7e73257e2cbda Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 19 Oct 2018 17:59:58 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz. Differential Revision: https://developer.blender.org/D3746 --- io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_pack.py | 2 +- io_blend_utils/blender_bam-unpacked.whl/bam/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'io_blend_utils') diff --git a/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_pack.py b/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_pack.py index 0c44d6dc..3c9d50e1 100644 --- a/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_pack.py +++ b/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_pack.py @@ -106,7 +106,7 @@ def _relpath_remap( def pack( # store the blendfile relative to this directory, can be: # os.path.dirname(blendfile_src) - # but in some cases we wan't to use a path higher up. + # but in some cases we want to use a path higher up. # base_dir_src, blendfile_src, blendfile_dst, diff --git a/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py b/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py index ef7dfe47..79b318f0 100644 --- a/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py +++ b/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py @@ -317,7 +317,7 @@ class bam_session: sys.stdout.write(" operating on: %r\n" % blendfile_abs) sys.stdout.flush() - # we don't want to read, just edit whats there. + # we don't want to read, just edit what's there. with open(blendfile_abs, 'rb+') as fh_blend: for ofs, data in binary_edits: # sys.stdout.write("\n%r\n" % data) -- cgit v1.2.3