summaryrefslogtreecommitdiffstats
path: root/doc/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples.html')
-rw-r--r--doc/examples.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples.html b/doc/examples.html
index 33d3b3c..8a02747 100644
--- a/doc/examples.html
+++ b/doc/examples.html
@@ -23,7 +23,7 @@ PyKDE includes a number of examples or "templates" that you can use as framework
building your own apps or experimenting with PyKDE. The templates are executable
programs which usually construct an application with a main window, and in some cases
with menus, toolbar and status bar, but have no other functionality. You can use these
-to get a quick start on creating a program, for exploring PyKDE, or for testing various
+to get a tquick start on creating a program, for exploring PyKDE, or for testing various
ideas using PyKDE.
</p>
<p>
@@ -89,7 +89,7 @@ pyKHTMLPart.py demonstrates importing KHTMLPart as a KPart.
</p>
<img src="images/khtmlpart.png" border=0>
<p>
-The program is hard-coded to display the KDE website's main page, and requires
+The program is hard-coded to display the KDE website's main page, and retquires
an active internet connection to do the display (it will be blank if no internet
connection is active).
</p>