From c021447394d5b4510212d3c3f450c6b9a4c5d810 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 12 Jul 2015 01:45:39 +0200 Subject: [PATCH] Fix a few typos in NEWS --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c2f1b54a6..735a664e6 100644 --- a/NEWS +++ b/NEWS @@ -106,7 +106,7 @@ Geany 1.25 (unreleased) * Fix scope of some Python symbols. * Fix support of trigraphs in C-like languages. * Add support of digraphs in C-like languages. - * Add support of `final`, `override` and `noexcpet` C++11 keywords + * Add support of `final`, `override` and `noexcept` C++11 keywords (PR#544). Internationalization @@ -123,7 +123,7 @@ Geany 1.25 (unreleased) select all) (PR#467, Alex). API - * Hide private API (PR#351, Jiří Techet, and #429, Matthew Brush and + * Hide private API (PR#351, Jiří Techet, and PR#429, Matthew Brush and Thomas Martitz). * Cleaner and safer TagManager API (Part of PR#356, Jiří Techet). * Entry point prototypes are now checked by the compiler (PR#359). -- 2.11.4.GIT