Skip to content

Commit b77fa41

Browse files
committed
fix typos
1 parent 6241c5b commit b77fa41

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

src/Common/Microsoft/PasswordEncoder.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<?php
22
/**
3-
* This file is part of PHPWord - A pure PHP library for reading and writing
4-
* word processing documents.
3+
* This file is part of PHPOffice Common
54
*
6-
* PHPWord is free software distributed under the terms of the GNU Lesser
5+
* PHPOffice Common is free software distributed under the terms of the GNU Lesser
76
* General Public License version 3 as published by the Free Software Foundation.
87
*
98
* For the full copyright and license information, please read the LICENSE
109
* file that was distributed with this source code. For the full list of
11-
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
10+
* contributors, visit https://github.com/PHPOffice/Common/contributors.
1211
*
13-
* @see https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2017 PHPWord contributors
12+
* @link https://github.com/PHPOffice/Common
13+
* @copyright 2009-2016 PHPOffice Common contributors
1514
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1615
*/
1716

tests/Common/Tests/Microsoft/PasswordEncoderTest.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<?php
22
/**
3-
* This file is part of PHPWord - A pure PHP library for reading and writing
4-
* word processing documents.
3+
* This file is part of PHPOffice Common
54
*
6-
* PHPWord is free software distributed under the terms of the GNU Lesser
5+
* PHPOffice Common is free software distributed under the terms of the GNU Lesser
76
* General Public License version 3 as published by the Free Software Foundation.
87
*
98
* For the full copyright and license information, please read the LICENSE
109
* file that was distributed with this source code. For the full list of
11-
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
10+
* contributors, visit https://github.com/PHPOffice/Common/contributors.
1211
*
13-
* @see https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2017 PHPWord contributors
12+
* @link https://github.com/PHPOffice/Common
13+
* @copyright 2009-2016 PHPOffice Common contributors
1514
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1615
*/
1716

@@ -59,7 +58,7 @@ public function testEncodePasswordWithSalt()
5958
/**
6059
* Test that the encoder falls back on SHA-1 if a non supported algorithm is given
6160
*/
62-
public function testDafaultsToSha1IfUnsupportedAlgorithm()
61+
public function testDefaultsToSha1IfUnsupportedAlgorithm()
6362
{
6463
//given
6564
$password = 'test';

0 commit comments

Comments
 (0)