[Bf-blender-cvs] [2a39b6d4d14] master: Cleanup: spelling

Andreas Bergmeier noreply at git.blender.org
Fri Oct 9 09:21:19 CEST 2020


Commit: 2a39b6d4d14e270029d51785617e4ddbad318e84
Author: Andreas Bergmeier
Date:   Fri Oct 9 18:08:38 2020 +1100
Branches: master
https://developer.blender.org/rB2a39b6d4d14e270029d51785617e4ddbad318e84

Cleanup: spelling

Ref D9138

===================================================================

M	build_files/cmake/macros.cmake

===================================================================

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 1e3863ac567..cb4f1608216 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -302,14 +302,14 @@ function(blender_add_lib__impl
   #
   # What this code does it traverses library_deps and extracts information about whether
   # library is to provided as general, debug or optimized. This is a little state machine which
-  # keeps track of whiuch build type library is to provided for:
+  # keeps track of which build type library is to provided for:
   #
   # - If "debug" or "optimized" word is found, the next element in the list is expected to be
   #   a library which will be passed to target_link_libraries() under corresponding build type.
   #
   # - If there is no "debug" or "optimized" used library is specified for all build types.
   #
-  # NOTE: If separated libraries for debug and release ar eneeded every library is the list are
+  # NOTE: If separated libraries for debug and release are needed every library is the list are
   # to be prefixed explicitly.
   #
   #  Use: "optimized libfoo optimized libbar debug libfoo_d debug libbar_d"



More information about the Bf-blender-cvs mailing list