[gtkmm-documentation] Fixed typo in string



commit 56f536e2f3b562f60fc158cfaa999741fa9cba0b
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Wed Apr 18 17:14:39 2012 +0200

    Fixed typo in string

 docs/tutorial/C/gtkmm-tutorial-in.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/tutorial/C/gtkmm-tutorial-in.xml b/docs/tutorial/C/gtkmm-tutorial-in.xml
index 65d56f3..745d9fe 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -3841,7 +3841,7 @@ to capture events on them. They are intended to have no X-Window in order to imp
 Some &gtkmm; widgets don't have associated X windows; they draw on
 their parents' windows. Because of this, they cannot receive events.
 Also, if they are incorrectly sized, they don't clip, so you can get
-messy overwriting etc. To receive events on one of these widgets, you can it
+messy overwriting etc. To receive events on one of these widgets, you can place it
 inside an <classname>EventBox</classname> widget and then call
 <methodname>Gtk::Widget::set_events()</methodname> on the EventBox before showing it.</para>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]