]> Pileus Git - ~andy/gtk/commitdiff
Cosmetic changes
authorMatthias Clasen <mclasen@redhat.com>
Thu, 6 Jan 2011 05:07:48 +0000 (00:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 6 Jan 2011 05:14:02 +0000 (00:14 -0500)
docs/reference/gtk/getting_started.xml
examples/hello-world.c

index ddbff64f8f1931f252de1a894224e423c18b15cc..6a021fa8708daf41e4f66a5b4961c6af34672a49 100644 (file)
@@ -43,7 +43,7 @@
   <warning><para>Even if GTK+ installs multiple header files, only the
   top-level <filename>gtk/gtk.h</filename> header can be directly included
   by third party code. The compiler will abort with an error if any other
-  header will be included.</para></warning>
+  header is directly included.</para></warning>
 
   <para>We then proceed into the <function>main</function>() function of the
   application, and we declare a <varname>window</varname> variable as a pointer
index 50c792f12fb20c38853ab2505bdd8199411f388a..204b46eb4d95c3658954a70e034473e8a79d3a70 100644 (file)
@@ -1,7 +1,8 @@
 #include <gtk/gtk.h>
 
 /* This is a callback function. The data arguments are ignored
- * in this example. More on callbacks below. */
+ * in this example. More on callbacks below.
+ */
 static void
 print_hello (GtkWidget *widget,
              gpointer   data)