Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit def1203

Browse files
committed
Typo in comment
1 parent ebcc18e commit def1203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phpSec/Crypt/Crypto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function encrypt($data, $key) {
7777
return false;
7878
}
7979
} else {
80-
/* No spsecific size is needed. */
80+
/* No specific size is needed. */
8181
if($keySize == 0 || $keySize > mcrypt_enc_get_key_size($td)) {
8282
throw new \phpSec\Exception\InvalidKeySpecException('Key is out of range. Should be between 1 and ' . mcrypt_enc_get_key_size($td).' bytes.');
8383
return false;

0 commit comments

Comments
 (0)