aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-plugin.c
diff options
context:
space:
mode:
authorJens Seidel <jseidel@src.gnome.org>2005-08-22 03:35:00 +0800
committerJens Seidel <jseidel@src.gnome.org>2005-08-22 03:35:00 +0800
commit2c08d66386a9440b4f8cb588b65977cc7a5eaacb (patch)
treea8a710e12ffe202af0f401566eb2c7bd0b2a463a /e-util/e-plugin.c
parente967f26d1a99cdcbab0a5ab626d11c3286e61d1b (diff)
downloadgsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.gz
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.bz2
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.lz
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.xz
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.zst
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.zip
fixed a typo: s/occured/occurred/g
svn path=/trunk/; revision=30180
Diffstat (limited to 'e-util/e-plugin.c')
-rw-r--r--e-util/e-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-plugin.c b/e-util/e-plugin.c
index a60aa7bafd..6335695ca4 100644
--- a/e-util/e-plugin.c
+++ b/e-util/e-plugin.c
@@ -460,7 +460,7 @@ e_plugin_add_load_path(const char *path)
* Scan the search path, looking for plugin definitions, and load them
* into memory.
*
- * Return value: Returns -1 if an error occured.
+ * Return value: Returns -1 if an error occurred.
**/
int
e_plugin_load_plugins(void)