Skip to content

Commit 9a91d54

Browse files
authored
Merge pull request #1259 from nicoder/patch-1
fix typo in comment
2 parents 4f6fa50 + 30183e2 commit 9a91d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/TemplateProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public function saveAs($fileName)
422422
}
423423

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

0 commit comments

Comments
 (0)