summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-12-23 16:54:51 +0100
committerjvoisin2018-12-23 16:54:51 +0100
commit7c1a8e36adb6e2ecd2a281630e32036b9cdcfeb5 (patch)
treed5a5326131d5675761a0ea6b34f03cd56bc4ab81
parentbdc2d866c1c55826383c0b203a0702bc58cefe76 (diff)
Fix a typo in the changelog
Spotted by @PeeHaa
-rw-r--r--debian/changelog2
-rw-r--r--doc/source/changelog.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cdd493f..3cab411 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ snuffleupagus (0.4.1) UNRELEASED; urgency=medium
6 * Improve the `mb_string` hooking logic 6 * Improve the `mb_string` hooking logic
7 * The script that check uploaded file is now available in PHP 7 * The script that check uploaded file is now available in PHP
8 * Fix segfault on 32-bit for PHP7.3 8 * Fix segfault on 32-bit for PHP7.3
9 * Fix segfault when using `sloppy_comparaison` feature with array 9 * Fix segfault when using `sloppy_comparison` feature with array
10 10
11 -- kkadosh <snuffleupagus@nbs-system.com> Fri, 21 Dec 2018 11:50:00 +0200 11 -- kkadosh <snuffleupagus@nbs-system.com> Fri, 21 Dec 2018 11:50:00 +0200
12 12
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index cac6cec..3ad3df6 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -19,7 +19,7 @@ Bug fixes
19^^^^^^^^^ 19^^^^^^^^^
20 20
21- Fix segfault on 32-bit for PHP7.3 21- Fix segfault on 32-bit for PHP7.3
22- Fix segfault when using `sloppy_comparaison` feature with array 22- Fix segfault when using `sloppy_comparison` feature with array
23 23
24 24
25 25