diff options
author | Schplurtz le Déboulonné <Schplurtz@laposte.net> | 2019-08-16 23:35:54 +0200 |
---|---|---|
committer | Phy <git@phy25.com> | 2020-03-07 12:17:04 -0500 |
commit | b98368cca0d85b270d46c4a8ca85dfbe9fe43e7b (patch) | |
tree | 50b9b29c5c589190dff50894c26d17ca10f90942 | |
parent | b53267d3a1a487c341a26ed40058f6dc7b39e5a0 (diff) | |
download | dokuwiki-b98368cca0d85b270d46c4a8ca85dfbe9fe43e7b.tar.gz dokuwiki-b98368cca0d85b270d46c4a8ca85dfbe9fe43e7b.zip |
fix typo in phpdoc comment
-rw-r--r-- | inc/PassHash.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/PassHash.php b/inc/PassHash.php index 91f40c637..1189da0b7 100644 --- a/inc/PassHash.php +++ b/inc/PassHash.php @@ -376,7 +376,7 @@ class PassHash { * * The actual iteration count is 2 to the power of the given count, * maximum is 30 (-> 2^30 = 1_073_741_824). If a higher one is given, - * the function throws * an exception. + * the function throws an exception. * This iteration count is expected to grow with increasing power of * new computers. * |