From 35a6d7b15fedfdb5198bb6c28b31cda33b2c2a76 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Apr 2022 12:43:56 +0200 Subject: [PATCH] Fix a typo in "security fixes" in the change log --- docs/publicity/announce.txt | 2 +- docs/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/publicity/announce.txt b/docs/publicity/announce.txt index 7fddbb69e4..1ac5b53763 100644 --- a/docs/publicity/announce.txt +++ b/docs/publicity/announce.txt @@ -44,7 +44,7 @@ maximally condensed summary of the changes compared to 3.0: - Improvements to compile-time safety with the possibility to disable dangerous implicit conversions between wxString and "char*" strings. - Latest versions of all bundled 3rd party libraries, including all the - security fixed and support for WebKit 2 and GStreamer 1.7 under Unix. + security fixes and support for WebKit 2 and GStreamer 1.7 under Unix. - Revamped OpenGL support better suited to modern OpenGL (3.2+). - Further C++11 and later support improvements, wxWidgets can be built using C++20 compilers. diff --git a/docs/readme.txt b/docs/readme.txt index a6734ba86a..da3df1008d 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -96,7 +96,7 @@ maximally condensed summary: - Improvements to compile-time safety with the possibility to disable dangerous implicit conversions between wxString and "char*" strings. - Latest versions of all bundled 3rd party libraries, including all the - security fixed and support for WebKit 2 and GStreamer 1.7 under Unix. + security fixes and support for WebKit 2 and GStreamer 1.7 under Unix. - Revamped OpenGL support better suited to modern OpenGL (3.2+). - Further C++11 and later support improvements, wxWidgets can be built using C++20 compilers.