diff options
author | rugk <rugk@posteo.de> | 2016-08-17 18:38:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-17 18:38:04 +0200 |
commit | 4deb2c9a8be389ab43e4d91e5d89d39f4407f39a (patch) | |
tree | bb76268714098a70edba4294f561760359e8ba72 | |
parent | eca4e42bdb4b2f27b97ee23e1a8cc769f2f69080 (diff) | |
download | random_compat-4deb2c9a8be389ab43e4d91e5d89d39f4407f39a.zip random_compat-4deb2c9a8be389ab43e4d91e5d89d39f4407f39a.tar.gz random_compat-4deb2c9a8be389ab43e4d91e5d89d39f4407f39a.tar.bz2 |
Fix basedir typo
-rw-r--r-- | CHANGELOG.md | 4 |
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. |