From 4da2acae3ab1a40db8be7f7df36da29cfcbf280c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 3 Sep 2018 16:49:08 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz. Differential Revision: https://developer.blender.org/D3668 --- doc/python_api/sphinx_doc_gen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/python_api/sphinx_doc_gen.sh') diff --git a/doc/python_api/sphinx_doc_gen.sh b/doc/python_api/sphinx_doc_gen.sh index b3bdd386f8c..d7420f99070 100755 --- a/doc/python_api/sphinx_doc_gen.sh +++ b/doc/python_api/sphinx_doc_gen.sh @@ -58,7 +58,7 @@ SPHINX_WORKDIR="$(mktemp --directory --suffix=.sphinx)" # Generate reStructuredText (blender/python only) if $DO_EXE_BLENDER ; then - # dont delete existing docs, now partial updates are used for quick builds. + # don't delete existing docs, now partial updates are used for quick builds. $BLENDER_BIN \ --background \ -noaudio \ @@ -89,7 +89,7 @@ if $DO_OUT_HTML ; then # and zip up there, for now this is OK rm -rf sphinx-out/.doctrees - # incase we have a zip already + # in case we have a zip already rm -f blender_python_reference_$BLENDER_VERSION.zip # ------------------------------------------------------------------------ -- cgit v1.2.3