gobject-introspection r589 - in trunk: . docs



Author: otaylor
Date: Tue Sep  9 04:06:57 2008
New Revision: 589
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=589&view=rev

Log:
2008-09-09  Owen Taylor  <otaylor redhat com>

        * docs/typelib-format.txt: Wether => Whether


Modified:
   trunk/ChangeLog
   trunk/docs/typelib-format.txt

Modified: trunk/docs/typelib-format.txt
==============================================================================
--- trunk/docs/typelib-format.txt	(original)
+++ trunk/docs/typelib-format.txt	Tue Sep  9 04:06:57 2008
@@ -225,7 +225,7 @@
 	 10 errordomain
 	 	 
 
-is_local: Wether this entry refers to a blob in this typelib.
+is_local: Whether this entry refers to a blob in this typelib.
 
 name:     The name of the entry.
 
@@ -250,7 +250,7 @@
           for details.
 
 deprecated: 
-          Wether the blob is deprecated.
+          Whether the blob is deprecated.
 
 name:     The name of the blob.
 
@@ -402,7 +402,7 @@
 
 null_ok:  Only meaningful for types which are passed as pointers.
           For an in parameter, indicates if it is ok to pass NULL in, for 
-          an out parameter, wether it may return NULL. Note that NULL is a 
+          an out parameter, whether it may return NULL. Note that NULL is a 
           valid GList and GSList value, thus null_ok will normally be set for 
           parameters of these types.
 
@@ -452,7 +452,7 @@
 }
 
 is_pointer: 
-          indicates wether the type is passed by reference. 
+          indicates whether the type is passed by reference. 
 
 tag:      specifies what kind of type is described, as follows:
           0  void
@@ -680,7 +680,7 @@
           Set if the signal has a class closure.
 
 true_stops_emit:
-          Wether the signal has true-stops-emit semantics          
+          Whether the signal has true-stops-emit semantics          
 
 class_closure: 
           The index of the class closure in the list of virtual functions



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