[gobject-introspection] [girepository] Fix a couple of typos



commit 4f9f2ec38c7236d515c736435e047fdd5417a49b
Author: Johan Dahlin <johan gnome org>
Date:   Sat Jun 5 12:39:00 2010 -0300

    [girepository] Fix a couple of typos

 girepository/gibaseinfo.c     |    2 +-
 girepository/gicallableinfo.c |    2 +-
 girepository/gicallableinfo.h |    4 ++--
 girepository/gifunctioninfo.c |    2 +-
 girepository/gifunctioninfo.h |    4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/girepository/gibaseinfo.c b/girepository/gibaseinfo.c
index e128a9a..10e5d7c 100644
--- a/girepository/gibaseinfo.c
+++ b/girepository/gibaseinfo.c
@@ -1,4 +1,4 @@
-/* GObject introspection: Repository implementation
+/* GObject introspection: Base struct implementation
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
diff --git a/girepository/gicallableinfo.c b/girepository/gicallableinfo.c
index 5013c5d..da6b50b 100644
--- a/girepository/gicallableinfo.c
+++ b/girepository/gicallableinfo.c
@@ -1,4 +1,4 @@
-/* GObject introspection: Repository implementation
+/* GObject introspection: Callable implementation
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
diff --git a/girepository/gicallableinfo.h b/girepository/gicallableinfo.h
index c122bd5..479baa2 100644
--- a/girepository/gicallableinfo.h
+++ b/girepository/gicallableinfo.h
@@ -1,4 +1,4 @@
-/* GObject introspection: Functions
+/* GObject introspection: Callable
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
@@ -50,5 +50,5 @@ void                   g_callable_info_load_arg        (GICallableInfo *info,
 G_END_DECLS
 
 
-#endif  /* __G_IREPOSITORY_H__ */
+#endif  /* __GICALLABLEINFO_H__ */
 
diff --git a/girepository/gifunctioninfo.c b/girepository/gifunctioninfo.c
index 30c7ca6..07e0ec6 100644
--- a/girepository/gifunctioninfo.c
+++ b/girepository/gifunctioninfo.c
@@ -1,4 +1,4 @@
-/* GObject introspection: Repository implementation
+/* GObject introspection: Function implementation
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
diff --git a/girepository/gifunctioninfo.h b/girepository/gifunctioninfo.h
index 94b2d6f..9c47bd1 100644
--- a/girepository/gifunctioninfo.h
+++ b/girepository/gifunctioninfo.h
@@ -1,4 +1,4 @@
-/* GObject introspection: Functions
+/* GObject introspection: Function
  *
  * Copyright (C) 2005 Matthias Clasen
  * Copyright (C) 2008,2009 Red Hat, Inc.
@@ -93,5 +93,5 @@ gboolean              g_function_info_invoke         (GIFunctionInfo *info,
 G_END_DECLS
 
 
-#endif  /* __G_IREPOSITORY_H__ */
+#endif  /* __GIFUNCTIONINFO_H__ */
 



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