From 6b14ff1464adf2292a923d16fb94d8a3d4d17498 Mon Sep 17 00:00:00 2001 From: Jonathan Raphael Joachim Kolberg Date: Tue, 18 Jan 2011 12:36:54 +0100 Subject: Small addition in documentation --- docs/index.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.docbook b/docs/index.docbook index e26da902..e7c39a13 100644 --- a/docs/index.docbook +++ b/docs/index.docbook @@ -69,7 +69,7 @@ Introduction Based initially on qtwebkit (and currently on kdewebkit), &rekonq; is a lightweight browser designed to use the WebKit rendering engine in combination with various &kde; technologies, allowing it to integrate seamlessly into the &kde; desktop. The name is a throwback to the venerable khtml-based &konqueror; which is currently the default &kde; web browser. -&rekonq; has already replaced &konqueror; as the default browser in Chakra, with more distributions expressing similar intent for their future releases. +&rekonq; has already replaced &konqueror; as the default browser in Chakra and Kubuntu, with more distributions expressing similar intent for their future releases. Like all &kde; applications, &rekonq; is highly configurable. This document describes how &rekonq; behaves with the normal, -- cgit v1.2.1 From 4aa55d71fd39011f70e73536876194d5b227cd47 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 19 Jan 2011 17:06:08 +0200 Subject: fix typo: expecially->especially --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 54130b86..dcf996ec 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -124,7 +124,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) ""); about.addAuthor(ki18n("Furkan Uzumcu"), - ki18n("A lot of improvements, expecially on usability"), + ki18n("A lot of improvements, especially on usability"), "furkanuzumcu@gmail.com", ""); -- cgit v1.2.1