summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-04 23:51:01 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-04 23:51:01 -0500
commitd3f27c3ee4e4c833e5f4b3a834761cf6d31aca42 (patch)
tree29becb056fbde3206acbcf61379fdbbc6972e418
parent4dd3555f4b1ba66f692a36ac05c8e8ccd5e4eec0 (diff)
downloadpytqt-d3f27c3e.tar.gz
pytqt-d3f27c3e.zip
Fix inadvertent renaming.
-rw-r--r--ChangeLog4
-rw-r--r--doc/PyQt.html2
-rw-r--r--doc/PyQt.sgml2
-rw-r--r--doc/qtdocs.sip2
-rw-r--r--examples3/SQL/README2
5 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 522f510..34dd240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -144,7 +144,7 @@ Released as v3.17.3.
2007/07/01 16:08:55 phil
-Actquire the GIL before freeing a signal/slot connection.
+Acquire the GIL before freeing a signal/slot connection.
2007/06/13 17:33:55 phil
@@ -2520,7 +2520,7 @@ Added support for MacOS X (untested).
2002/04/17 09:00:35 phil
Added the missing /TransferThis/ options from all TQCanvasItem ctors.
-Fixed TQCanvasItem.setCanvas() to handle actquiring and losing a parent canvas.
+Fixed TQCanvasItem.setCanvas() to handle acquiring and losing a parent canvas.
2002/04/16 14:17:44 phil
diff --git a/doc/PyQt.html b/doc/PyQt.html
index 607919d..44721e0 100644
--- a/doc/PyQt.html
+++ b/doc/PyQt.html
@@ -1871,7 +1871,7 @@ separate reference to the expression to prevent it from being immediately
garbage collected.</P
><P
>TQt allows a signal to be connected to a slot that requires fewer arguments than
-the signal passes. The extra arguments are tquietly discarded. Python slots
+the signal passes. The extra arguments are quietly discarded. Python slots
can be used in the same way. </P
></DIV
><DIV
diff --git a/doc/PyQt.sgml b/doc/PyQt.sgml
index a5227d9..aed3a86 100644
--- a/doc/PyQt.sgml
+++ b/doc/PyQt.sgml
@@ -1177,7 +1177,7 @@ garbage collected.
<Para>
TQt allows a signal to be connected to a slot that requires fewer arguments than
-the signal passes. The extra arguments are tquietly discarded. Python slots
+the signal passes. The extra arguments are quietly discarded. Python slots
can be used in the same way.
</Para>
</Sect1>
diff --git a/doc/qtdocs.sip b/doc/qtdocs.sip
index 37824da..c057544 100644
--- a/doc/qtdocs.sip
+++ b/doc/qtdocs.sip
@@ -1210,7 +1210,7 @@ garbage collected.
<Para>
TQt allows a signal to be connected to a slot that requires fewer arguments than
-the signal passes. The extra arguments are tquietly discarded. Python slots
+the signal passes. The extra arguments are quietly discarded. Python slots
can be used in the same way.
</Para>
</Sect1>
diff --git a/examples3/SQL/README b/examples3/SQL/README
index 3272c19..862e608 100644
--- a/examples3/SQL/README
+++ b/examples3/SQL/README
@@ -38,7 +38,7 @@ runsqlex.py, sqlex.ui, sqlex.ui.h, connect.ui, connect.ui.h:
driven by TQSqlQuery and iterating through database tables and fields.
Definitely worth a look.
-Unfortunately you will have to make sure that these preretquisites are met
+Unfortunately you will have to make sure that these prerequisites are met
before trying the examples:
- Install MySQL or PostgreSQL and any development packages