[gtkmm-documentation/gtkmm-2-22] Fix minor typos



commit 774f38fb616d69f01df8814b1de2c83c3b7d3599
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Nov 18 12:16:23 2010 +0100

    Fix minor typos

 docs/tutorial/C/gtkmm-tutorial-in.xml          |    2 +-
 examples/book/clipboard/ideal/examplewindow.cc |    2 +-
 2 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 e7cd8c7..3c0cb66 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -5315,7 +5315,7 @@ type.
 <orderedlist>
 <listitem><simpara>Defines a custom clipboard target, though the format of that target is still text.</simpara></listitem>
 <listitem><simpara>It supports pasting of 2 targets - both the custom one and a text one that creates an arbitrary text representation of the custom data.</simpara></listitem>
-<listitem><simpara>It uses <methodname>request_targets()</methodname> and the signal <literal>owner_change</literal> and disables the Paste button if it can't use anything on the clipboard</simpara></listitem>
+<listitem><simpara>It uses <methodname>request_targets()</methodname> and the <literal>owner_change</literal> signal and disables the Paste button if it can't use anything on the clipboard.</simpara></listitem>
 </orderedlist>
 </para>
 
diff --git a/examples/book/clipboard/ideal/examplewindow.cc b/examples/book/clipboard/ideal/examplewindow.cc
index 254942b..029c54a 100644
--- a/examples/book/clipboard/ideal/examplewindow.cc
+++ b/examples/book/clipboard/ideal/examplewindow.cc
@@ -65,7 +65,7 @@ ExampleWindow::ExampleWindow()
               &ExampleWindow::on_button_paste) );
 
   //Connect a signal handler that will be called when the contents of
-  //the clipboard changes.
+  //the clipboard change.
   Gtk::Clipboard::get()->signal_owner_change().connect(sigc::mem_fun(*this,
               &ExampleWindow::on_clipboard_owner_change) );
 



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