summaryrefslogtreecommitdiff
path: root/lib/clean-temp.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-04-03 14:01:43 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-04-03 14:02:19 -0700
commitd95b819f463306955c4bc21f78257c07ba985ed8 (patch)
treef96044cc2baf1c4bef35779edfd63259b79b7934 /lib/clean-temp.c
parent075c7d4ff49e8104dafbe9ad6a3258e70b27cdc1 (diff)
downloadgnulib-d95b819f463306955c4bc21f78257c07ba985ed8.tar.gz
Prefer American spelling for "initialize"
Diffstat (limited to 'lib/clean-temp.c')
-rw-r--r--lib/clean-temp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clean-temp.c b/lib/clean-temp.c
index 9a7d9a7c53..45fe15b308 100644
--- a/lib/clean-temp.c
+++ b/lib/clean-temp.c
@@ -581,7 +581,7 @@ supports_delete_on_close ()
/* According to
<http://msdn.microsoft.com/en-us/library/windows/desktop/ms724451(v=vs.85).aspx>
- this structure must be initialised as follows: */
+ this structure must be initialized as follows: */
v.dwOSVersionInfoSize = sizeof (OSVERSIONINFO);
if (GetVersionEx (&v))