[gtk+] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix a typo
- Date: Mon, 1 Nov 2010 02:17:12 +0000 (UTC)
commit 750a9f3225a9cd24211a2766e370ac7b3abbf646
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Oct 31 22:16:41 2010 -0400
Fix a typo
docs/reference/gtk/migrating-2to3.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml
index 7298151..2c587be 100644
--- a/docs/reference/gtk/migrating-2to3.xml
+++ b/docs/reference/gtk/migrating-2to3.xml
@@ -510,7 +510,7 @@ gtk_fixed_get_preferred_height (GtkWidget *widget,
</programlisting></informalexample>
</listitem>
<listitem>Note that the get_preferred_width()/height() functions
- only allow you do return one dimension at a time. If your
+ only allow you to deal with one dimension at a time. If your
size_request() handler is doing things that involve both
width and height at the same time (e.g. limiting the aspect
ratio), you will have to implement get_preferred_height_for_width()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]