summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-lib/clean-temp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/gnulib-lib/clean-temp.c')
-rw-r--r--gettext-tools/gnulib-lib/clean-temp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/gnulib-lib/clean-temp.c b/gettext-tools/gnulib-lib/clean-temp.c
index d388464..9e0fb27 100644
--- a/gettext-tools/gnulib-lib/clean-temp.c
+++ b/gettext-tools/gnulib-lib/clean-temp.c
@@ -1,5 +1,5 @@
/* Temporary directories and temporary files with automatic cleanup.
- Copyright (C) 2001, 2003, 2006-2007, 2009-2015 Free Software Foundation,
+ Copyright (C) 2001, 2003, 2006-2007, 2009-2016 Free Software Foundation,
Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
@@ -584,7 +584,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))