summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-04-01 11:04:47 +0200
committerAndrey Andreev <narf@devilix.net>2015-04-01 11:04:47 +0200
commit8a091835299b541da18b49365f1c2233ec8ce4f9 (patch)
tree0f390fe37780bde8d8eb9cf3b5ed2b1457a8e090
parent7234c021c614971a14782725ef97384859df7885 (diff)
parentda7a2205876791dda5b9b62840c3cf6bd6233543 (diff)
Merge pull request #3722 from achraf52/patch-1
[ci skip] Fixed comment typo
-rw-r--r--system/libraries/Encryption.php2
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
*