diff --git a/reference/misc/functions/uniqid.xml b/reference/misc/functions/uniqid.xml
index 51c608a45a..6b4a22570b 100644
--- a/reference/misc/functions/uniqid.xml
+++ b/reference/misc/functions/uniqid.xml
@@ -130,7 +130,7 @@ printf("uniqid('', true): %s\r\n", uniqid('', true));
in fact without being passed any additional parameters the return
value is little different from microtime. If
you need to generate cryptographically secure tokens use
- openssl_random_psuedo_bytes.
+ openssl_random_pseudo_bytes.