summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2015-07-22 13:14:30 -0400
committerScott <scott@paragonie.com>2015-07-22 13:14:30 -0400
commit4787ce1f34b6b94e3e160773c66718cd914fdea2 (patch)
tree53ca82867757c5cdd82c65991e4e28204f98363e
parenteebc51278fe6280b71ea83e545a1a9bae9829d24 (diff)
downloadrandom_compat-4787ce1f34b6b94e3e160773c66718cd914fdea2.zip
random_compat-4787ce1f34b6b94e3e160773c66718cd914fdea2.tar.gz
random_compat-4787ce1f34b6b94e3e160773c66718cd914fdea2.tar.bz2
Fix typos in comments
-rw-r--r--lib/random.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random.php b/lib/random.php
index 0b1ca4e..ead90f7 100644
--- a/lib/random.php
+++ b/lib/random.php
@@ -271,7 +271,7 @@ if (!function_exists('random_int')) {
*
* @ref https://gist.github.com/CodesInChaos/03f9ea0b58e8b2b8d435
*
- * We use ~0 as a mask in this case becuase it genreates all 1s
+ * We use ~0 as a mask in this case because it generates all 1s
*
* @ref https://eval.in/400356 (32-bit)
* @ref http://3v4l.org/XX9r5 (64-bit)