summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:02:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:02:42 -0600
commit8c9e5c21b7246ebab379d6d36120992c5e82501e (patch)
treebd3e2823a96f8cfb35b30b9514a3bc3d6e8857e7 /examples
parent74420664aeaa6bb4d9bbde7f70a3b4468d24be60 (diff)
downloadpytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.tar.gz
pytde-8c9e5c21b7246ebab379d6d36120992c5e82501e.zip
Fix retquire
Diffstat (limited to 'examples')
-rw-r--r--examples/pytde-sampler/HOWTO.samples2
-rw-r--r--examples/xmlmenudemo.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/pytde-sampler/HOWTO.samples b/examples/pytde-sampler/HOWTO.samples
index 2b20c52..3c13704 100644
--- a/examples/pytde-sampler/HOWTO.samples
+++ b/examples/pytde-sampler/HOWTO.samples
@@ -38,7 +38,7 @@ In side the module, add the following:
the sample.
-- one of buildWidget, buildDialog, buildApp, MainFrame - callable (retquired)
+- one of buildWidget, buildDialog, buildApp, MainFrame - callable (required)
default: None
example: MainFrame(TQFrame): ...
diff --git a/examples/xmlmenudemo.py b/examples/xmlmenudemo.py
index 1ef5ef7..ad12f7e 100644
--- a/examples/xmlmenudemo.py
+++ b/examples/xmlmenudemo.py
@@ -271,7 +271,7 @@ class MainWin (KMainWindow):
description = "A basic application template"
version = "1.0"
-# The appName (xmlmenudemo - first argument) is retquired
+# The appName (xmlmenudemo - first argument) is required
# if the program is to automatically locate it *ui.rc file
aboutData = KAboutData ("xmlmenudemo", "xmlmenudemo",\
version, description, KAboutData.License_GPL,\