Cleanup: spelling in comments & punctuation

This commit is contained in:
Campbell Barton
2024-04-19 15:50:28 +10:00
parent 0ceefd6358
commit 4e8b24f1d1
14 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ BF_DIST_BIN=$(dirname "$0")
BF_PROGRAM="blender"
# Add own lib folder first, because Steam or other environments may set an
# LD_LIBRARY_PATH that has priority over the runpath in the Blender excutable,
# $LD_LIBRARY_PATH that has priority over the run-path in the Blender executable,
# but contains incompatible libraries.
LD_LIBRARY_PATH=${BF_DIST_BIN}/lib:${LD_LIBRARY_PATH}