Skip to content

Commit da30dab

Browse files
author
Phil E. Taylor
authored
s/nessicary/necessary (#35615)
1 parent ee7d797 commit da30dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/fof/encrypt/base32.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package FrameworkOnFramework
44
* @subpackage encrypt
5-
* @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
5+
* @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
66
* @license GNU General Public License version 2 or later; see LICENSE.txt
77
*/
88
defined('FOF_INCLUDED') or die;
@@ -139,7 +139,7 @@ private function toBin($str)
139139
// Remove the extra 0's we added
140140
$str = preg_replace('/000(.{5})/', '$1', $str);
141141

142-
// Unpad if nessicary
142+
// Unpad if necessary
143143
$length = strlen($str);
144144
$rbits = $length & 7;
145145

0 commit comments

Comments
 (0)