summaryrefslogtreecommitdiff
path: root/gobject-introspection
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2013-04-14 19:57:55 -0700
committerJürg Billeter <j@bitron.ch>2013-04-26 13:42:25 +0200
commit7d65305ba2d202afc622ace5aa53c99552bfeb64 (patch)
treed3dc71e78b9e95c07381c2090a807510df516693 /gobject-introspection
parentf5a54052d1f7fb263bb8363934fabdc845f3a934 (diff)
downloadvala-7d65305ba2d202afc622ace5aa53c99552bfeb64.tar.gz
Fix spelling errors using 'codespell' tool
Diffstat (limited to 'gobject-introspection')
-rw-r--r--gobject-introspection/scanner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection/scanner.c b/gobject-introspection/scanner.c
index ced13f4a6..f691e78b8 100644
--- a/gobject-introspection/scanner.c
+++ b/gobject-introspection/scanner.c
@@ -1501,7 +1501,7 @@ g_igenerator_add_include_idl (GIGenerator *igenerator,
modules = g_idl_parse_file (filename, &error);
if (error)
{
- g_printerr ("An error occured while parsing %s: %s\n",
+ g_printerr ("An error occurred while parsing %s: %s\n",
filename, error->message);
return;
}