aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-27 07:34:53 +0000
committerGlenn Morris <[email protected]>2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /src/w32.c
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
American English spelling fix.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32.c b/src/w32.c
index a9f50139ea..650c3d6bee 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -1265,7 +1265,7 @@ init_environment (char ** argv)
profile_result = get_folder_path (NULL, CSIDL_APPDATA, NULL,
0, default_home);
- /* If we can't get the appdata dir, revert to old behaviour. */
+ /* If we can't get the appdata dir, revert to old behavior. */
if (profile_result == S_OK)
env_vars[0].def_value = default_home;
}
@@ -2514,7 +2514,7 @@ sys_rename (const char * oldname, const char * newname)
return -1;
}
- /* Emulate Unix behaviour - newname is deleted if it already exists
+ /* Emulate Unix behavior - newname is deleted if it already exists
(at least if it is a file; don't do this for directories).
Since we mustn't do this if we are just changing the case of the