Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-10-16 03:46:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-16 03:46:48 +0300
commitfa0ceb4959cb5f943e73e06fcbb47ce18cea80e7 (patch)
treeeca0fddd9715ae49115dcf2512105b0c83554f42 /source/blender/blenlib/BLI_task.hh
parent00f7b572d9ebce1af0e9b5afc5d53467374ca738 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/BLI_task.hh')
-rw-r--r--source/blender/blenlib/BLI_task.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_task.hh b/source/blender/blenlib/BLI_task.hh
index a3679bfbc0d..8a0d77745c8 100644
--- a/source/blender/blenlib/BLI_task.hh
+++ b/source/blender/blenlib/BLI_task.hh
@@ -32,7 +32,7 @@
# include <tbb/tbb.h>
# ifdef WIN32
/* We cannot keep this defined, since other parts of the code deal with this on their own leading
- * to multiple define warnings unless we undefine this. */
+ * to multiple define warnings unless we un-define this. */
# undef NOMINMAX
# endif
#endif