[Bf-blender-cvs] [c25ac806ac7] master: Cleanup: Fix bad spelling in previous commit.

Ray Molenkamp noreply at git.blender.org
Thu Sep 10 20:14:08 CEST 2020


Commit: c25ac806ac7aea617bb5c1243d792e00fc1c336b
Author: Ray Molenkamp
Date:   Thu Sep 10 12:13:22 2020 -0600
Branches: master
https://developer.blender.org/rBc25ac806ac7aea617bb5c1243d792e00fc1c336b

Cleanup: Fix bad spelling in previous commit.

Thanks for @deadpin for noticing!

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

M	source/blender/blenlib/intern/path_util.c

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

diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 01bd0329f58..18a6e8a3525 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -1300,9 +1300,9 @@ void BLI_setenv_if_new(const char *env, const char *val)
 /**
  * Get an env var, result has to be used immediately.
  *
- * On windows getenv gets its variables from a static copy of the enviroment variables taken at
- * process startup, causing it to not pick up on evenironment variables created during runtime.
- * This function uses an alternative method to get enviroment variables that does pick up on
+* On windows getenv gets its variables from a static copy of the environment variables taken at
+ * process start-up, causing it to not pick up on environment variables created during runtime.
+ * This function uses an alternative method to get environment variables that does pick up on
  * runtime environment variables.
  */
 const char *BLI_getenv(const char *env)



More information about the Bf-blender-cvs mailing list