[gtk+] Cosmetic changes



commit a601b43b8371bcf637e917c53dcdf7300ab4d556
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 6 00:07:48 2011 -0500

    Cosmetic changes

 docs/reference/gtk/getting_started.xml |    2 +-
 examples/hello-world.c                 |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml
index ddbff64..6a021fa 100644
--- a/docs/reference/gtk/getting_started.xml
+++ b/docs/reference/gtk/getting_started.xml
@@ -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
diff --git a/examples/hello-world.c b/examples/hello-world.c
index 50c792f..204b46e 100644
--- a/examples/hello-world.c
+++ b/examples/hello-world.c
@@ -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)



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