aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMáté Bartus <mate.bartus@gmail.com>2015-10-21 00:29:05 +0200
committerMáté Bartus <mate.bartus@gmail.com>2015-10-21 00:29:05 +0200
commitfa44e98e72d7b0f8cdb6ca9f9d65127a1a368d05 (patch)
treeb50d1f1d26de93117604dab9dc2d99e2a2b52b8e /phpBB
parenta6fd55db354c91dcd0220ab66ebf1036f5f05d85 (diff)
parent6b433eab4c898aee2226021ae443b9795ded0e76 (diff)
downloadforums-fa44e98e72d7b0f8cdb6ca9f9d65127a1a368d05.tar
forums-fa44e98e72d7b0f8cdb6ca9f9d65127a1a368d05.tar.gz
forums-fa44e98e72d7b0f8cdb6ca9f9d65127a1a368d05.tar.bz2
forums-fa44e98e72d7b0f8cdb6ca9f9d65127a1a368d05.tar.xz
forums-fa44e98e72d7b0f8cdb6ca9f9d65127a1a368d05.zip
Merge pull request #3997 from CHItA/ticket/13976
[ticket/13976] Fix comment typo in salted_md5.php
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/phpbb/passwords/driver/salted_md5.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/passwords/driver/salted_md5.php b/phpBB/phpbb/passwords/driver/salted_md5.php
index 81ac010785..38d6d9cd2c 100644
--- a/phpBB/phpbb/passwords/driver/salted_md5.php
+++ b/phpBB/phpbb/passwords/driver/salted_md5.php
@@ -75,7 +75,7 @@ class salted_md5 extends base
// happen if pre-determined settings are
// directly passed to the driver. The manager
// will not do this. Same as the old hashing
- // implementatio in phpBB 3.0
+ // implementation in phpBB 3.0
return md5($password);
}
}