From 10605a69031761afcffc6001d1b4884d2295f490 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 19 Feb 2021 08:55:15 +0100 Subject: [PATCH] Spelling fix --- doc/news.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/news.txt b/doc/news.txt index bc51118a7c..fac267a623 100644 --- a/doc/news.txt +++ b/doc/news.txt @@ -2987,7 +2987,7 @@ applications, most prominently, it serves as the foundation of the KDE project. Since the release 9.05, the official distribution of Genode supports Qt4 as a regular feature. The document "Portierung von Qt auf Genode" _(german)_ describes the challenging endeavor of porting this high-complexity C++ -framework to Genode. Major problems to overcome had been the missing C libary +framework to Genode. Major problems to overcome had been the missing C library (at the time when the project started), the integration of the Qt4 project files with Genode's build system, the adaption of Qt4 to the basic primitives provided by Genode, and the integration of Qt4 with Genode's GUI. In addition