From 7d2d2ffa76647871836f779f013c99e474228f3d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Dec 2019 16:28:28 +1100 Subject: Cleanup: spelling --- source/creator/creator.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/creator/creator.c') diff --git a/source/creator/creator.c b/source/creator/creator.c index 32377da5284..58d12527f1c 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -113,13 +113,14 @@ void main_python_exit(void); #endif #ifdef WITH_USD -/* Workaround to make it possible to pass a path at runtime to USD. +/** + * Workaround to make it possible to pass a path at runtime to USD. * * USD requires some JSON files, and it uses a static constructor to determine the possible - * filesystem paths to find those files. This made it impossible for Blender to pass a path to the + * file-system paths to find those files. This made it impossible for Blender to pass a path to the * USD library at runtime, as the constructor would run before Blender's main() function. We have * patched USD (see usd.diff) to avoid that particular static constructor, and have an - * initialisation function instead. + * initialization function instead. * * This function is implemented in the USD source code, pxr/base/lib/plug/initConfig.cpp. */ -- cgit v1.2.3