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>2013-11-01 03:52:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-01 03:52:44 +0400
commitf9d5bccb06505d0e36a8b7076189ab961a616a96 (patch)
treea6b429cb96ca0cd96ac50c1248f6f497ef058f6f /source/creator
parentfc0e225a77ab75df778315c08c743197d9e773b3 (diff)
code cleanup: spelling
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 1596fe5359c..54fc80984f3 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1470,7 +1470,7 @@ int main(int argc, const char **argv)
#endif
#ifdef WIN32 /* Win32 Unicode Args */
- /* NOTE: cannot use guardedalloc malloc here, as it's not yet initialised
+ /* NOTE: cannot use guardedalloc malloc here, as it's not yet initialized
* (it depends on the args passed in, which is what we're getting here!)
*/
wchar_t **argv_16 = CommandLineToArgvW(GetCommandLineW(), &argc);