[girepository] Fix a couple of typos

This commit is contained in:
Johan Dahlin 2010-06-05 12:39:00 -03:00
parent 292033c7dc
commit 968850eaf1
5 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -1,4 +1,4 @@
/* GObject introspection: Repository implementation
/* GObject introspection: Callable implementation
*
* Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -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__ */

View File

@ -1,4 +1,4 @@
/* GObject introspection: Repository implementation
/* GObject introspection: Function implementation
*
* Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -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__ */