[gtkmm-documentation] Fixed typo in string
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Fixed typo in string
- Date: Sun, 14 Oct 2012 10:00:46 +0000 (UTC)
commit 0bb8d2f0149c1b5df1680c0b72abeb484a4fbabf
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Sun Oct 14 12:00:38 2012 +0200
Fixed typo in string
docs/tutorial/C/gtkmm-tutorial-in.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/tutorial/C/gtkmm-tutorial-in.xml b/docs/tutorial/C/gtkmm-tutorial-in.xml
index dc7cf79..8be8909 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -9116,8 +9116,8 @@ _INITIALIZATION(`SizeRequestMode&',`GtkSizeRequestMode',`$3 = ($1)($4)')
The <literal>{>>}</literal> following the <parameter>rect</parameter>
parameter name indicates that the C++ output parameter should be set from the
value returned in the C parameter from the C function.
- <command>gmmproc</command> will generate a declaration of a tempoorary
- variable in wich to store the value of the C output parameter and a statement
+ <command>gmmproc</command> will generate a declaration of a temporary
+ variable in which to store the value of the C output parameter and a statement
that sets the C++ output parameter from the temporary variable. In this case
it may be necessary to have an <function>_INITIALIZATION()</function>
describing how to set a <classname>Gdk::Rectangle&</classname> from a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]