diff options
author | Andrey Andreev <narf@devilix.net> | 2015-04-01 11:04:47 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-04-01 11:04:47 +0200 |
commit | 8a091835299b541da18b49365f1c2233ec8ce4f9 (patch) | |
tree | 0f390fe37780bde8d8eb9cf3b5ed2b1457a8e090 /system | |
parent | 7234c021c614971a14782725ef97384859df7885 (diff) | |
parent | da7a2205876791dda5b9b62840c3cf6bd6233543 (diff) |
Merge pull request #3722 from achraf52/patch-1
[ci skip] Fixed comment typo
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Encryption.php b/system/libraries/Encryption.php index e3e68139a..f3e039881 100644 --- a/system/libraries/Encryption.php +++ b/system/libraries/Encryption.php @@ -121,7 +121,7 @@ class CI_Encryption { ); /** - * List of supported HMAC algorightms + * List of supported HMAC algorithms * * name => digest size pairs * |