summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <robert.mcqueen@collabora.co.uk>2006-09-10 11:17:38 +0000
committer <robert.mcqueen@collabora.co.uk>2006-09-10 11:17:38 +0000
commit8342890bb96d2b96e1feeb8e0ea2b48b7d999cad (patch)
treed5e3c87ab284c47e4adca3bd8a96edde848fcaee
parentf4a01d3c48d4ad990d546885b98f92e21a5f4059 (diff)
gengobject: s/occured/occurred/telepathy-spec-0.13.4
-rw-r--r--tools/gengobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gengobject.py b/tools/gengobject.py
index ac8a715d..eb19b188 100644
--- a/tools/gengobject.py
+++ b/tools/gengobject.py
@@ -443,7 +443,7 @@ void
body.write(
"""
* @error: Used to return a pointer to a GError detailing any error
- * that occured, D-Bus will throw the error only if this
+ * that occurred, D-Bus will throw the error only if this
* function returns FALSE.
*
* Returns: TRUE if successful, FALSE if an error was thrown.