fix typo in comment

This commit is contained in:
Nicolas Dermine 2018-01-26 18:31:35 +01:00 committed by GitHub
parent 4f6fa5079f
commit 30183e2881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,7 +422,7 @@ class TemplateProcessor
}
/*
* Note: we do not use `rename` function here, because it looses file ownership data on Windows platform.
* Note: we do not use `rename` function here, because it loses file ownership data on Windows platform.
* As a result, user cannot open the file directly getting "Access denied" message.
*
* @see https://github.com/PHPOffice/PHPWord/issues/532