[gnome-devel-docs] Fixed typo in string



commit c3d95aeaaefa08d07884edae88aed5368050b314
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Fri Dec 21 10:11:57 2012 +0100

    Fixed typo in string

 platform-demos/C/menubar.py.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/menubar.py.page b/platform-demos/C/menubar.py.page
index f0d3f77..7e54881 100644
--- a/platform-demos/C/menubar.py.page
+++ b/platform-demos/C/menubar.py.page
@@ -101,7 +101,7 @@ new_action.connect("activate", self.new_callback)</code>
 def new_callback(self, action, parameter):
     print "You clicked \"New\""</code>
 
-    <p>Now, in the XML file, we we connect the menu items to the actions in the XML file by adding the "action" attribute:</p>
+    <p>Now, in the XML file, we connect the menu items to the actions in the XML file by adding the "action" attribute:</p>
     <code mime="text/x-python"><![CDATA[
 <item>
   <attribute name="label">New</attribute>



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