UI: Fix Typos in Comments and Docs
Approximately 91 spelling corrections, almost all in comments. Differential Revision: https://developer.blender.org/D10288 Reviewed by Harley Acheson
This commit is contained in:
@@ -74,7 +74,7 @@ endif()
|
||||
if(WITH_TBB)
|
||||
blender_include_dirs(${TBB_INCLUDE_DIRS})
|
||||
if(NOT APPLE)
|
||||
# APPLE plaform uses full paths for linking libraries.
|
||||
# APPLE platform uses full paths for linking libraries.
|
||||
link_directories(${LIBDIR}/tbb/lib)
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user