Merge pull request #1259 from nicoder/patch-1

fix typo in comment
This commit is contained in:
troosan 2018-01-30 20:55:49 +01:00 committed by GitHub
commit 9a91d54e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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