diff options
Diffstat (limited to 'lib/clean-temp.c')
-rw-r--r-- | lib/clean-temp.c | 2 |
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)) |