We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7d797 commit da30dabCopy full SHA for da30dab
libraries/fof/encrypt/base32.php
@@ -2,7 +2,7 @@
2
/**
3
* @package FrameworkOnFramework
4
* @subpackage encrypt
5
- * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
+ * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
6
* @license GNU General Public License version 2 or later; see LICENSE.txt
7
*/
8
defined('FOF_INCLUDED') or die;
@@ -139,7 +139,7 @@ private function toBin($str)
139
// Remove the extra 0's we added
140
$str = preg_replace('/000(.{5})/', '$1', $str);
141
142
- // Unpad if nessicary
+ // Unpad if necessary
143
$length = strlen($str);
144
$rbits = $length & 7;
145
0 commit comments