summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-09-22 16:32:49 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-09-22 16:32:49 +0000
commitcf7360c7a9e2f623229b5aaee89b3e794b01d9f2 (patch)
tree133840f050ff150dc22cc2da519c6a406d2e4d27 /docs
parent09f461b01e3eed0cca58e786d08628195a4ae16e (diff)
downloadgtk+-cf7360c7a9e2f623229b5aaee89b3e794b01d9f2.tar.gz
fix a typo
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gtk/tmpl/gtkpagesetup.sgml2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index d41576f041..3af517dddc 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-22 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkpagesetup.sgml: Apply a patch
+ to fix some typos. (#355961, Claudio Saavedra)
+
2006-09-16 Matthias Clasen <mclasen@redhat.com>
* gtk/glossary.xml: Add an entry for Ellipsization.
diff --git a/docs/reference/gtk/tmpl/gtkpagesetup.sgml b/docs/reference/gtk/tmpl/gtkpagesetup.sgml
index 1a15fb8d6a..8480afc4fe 100644
--- a/docs/reference/gtk/tmpl/gtkpagesetup.sgml
+++ b/docs/reference/gtk/tmpl/gtkpagesetup.sgml
@@ -8,7 +8,7 @@ Stores page setup information
<para>
A GtkPageSetup object stores the page size, orientation and margins.
The idea is that you can get one of these from the page setup dialog
-and then pass it to the #GtkPrittntOperation when printing.
+and then pass it to the #GtkPrintOperation when printing.
The benefit of splitting this out of the #GtkPrintSettings is that
these affect the actual layout of the page, and thus need to be set
long before user prints.