summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrugk <rugk@posteo.de>2016-08-17 18:38:04 +0200
committerGitHub <noreply@github.com>2016-08-17 18:38:04 +0200
commit4deb2c9a8be389ab43e4d91e5d89d39f4407f39a (patch)
treebb76268714098a70edba4294f561760359e8ba72
parenteca4e42bdb4b2f27b97ee23e1a8cc769f2f69080 (diff)
downloadrandom_compat-4deb2c9a8be389ab43e4d91e5d89d39f4407f39a.zip
random_compat-4deb2c9a8be389ab43e4d91e5d89d39f4407f39a.tar.gz
random_compat-4deb2c9a8be389ab43e4d91e5d89d39f4407f39a.tar.bz2
Fix basedir typo
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 247deac..5cd664c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@ Due to downstream errors, the OpenSSL removal now belongs in version
### Version 1.3.1 - 2016-03-18
-* Add more possible values to `open_baseir` check.
+* Add more possible values to `open_basedir` check.
### Version 1.3.0 - 2016-03-17
@@ -257,4 +257,4 @@ Changes since 0.9.2:
This should be a sane polyfill for PHP 7's `random_bytes()` and `random_int()`.
We hesitate to call it production ready until it has received sufficient third
-party review. \ No newline at end of file
+party review.