]> Pileus Git - ~andy/gtk/blobdiff - docs/generation.txt
Move some docs inline
[~andy/gtk] / docs / generation.txt
index 5ec2d83bea1a475f320a863e1b125e6e119ef1ab..bc47664cdf546dafdd29fade40fa6155727e132d 100644 (file)
@@ -107,7 +107,7 @@ makeenums.pl can be run into two modes:
 
  2) Generate the enumeration portion of gtk.defs.
 
-The enumearation portion is added to the boxed type 
+The enumeration portion is added to the boxed type 
 declarations in gtk-boxed.defs to create gtk.defs.
 
 The makeetypes.awk program takes the gtk.defs file, and
@@ -162,7 +162,7 @@ The possible types are:
             GtkDestroyNotify Notify)
 
 Some of these types map to multiple return values - these
-are marked above with the return types in parantheses.
+are marked above with the return types in parentheses.
 
 NOTES
 =====
@@ -170,7 +170,7 @@ NOTES
 When autogenerating GTK+ files, the autogenerated
 files are often rebuild resulting in the same result.
 
-To prevent unecessary rebuilds of the entire directory, some files
+To prevent unnecessary rebuilds of the entire directory, some files
 that multiple other source files depend on are not actually written
 to directly.  Instead, an intermediate file is written, which
 is then compared to the old file, and only if it is different