From ae0ff4cabe8ec567a321b125a2edc6429aea878c Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 1 Sep 2010 15:30:11 +0000 Subject: [PATCH] Spelling correction in comment. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19529 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/core-utils/binreloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core-utils/binreloc.c b/src/core-utils/binreloc.c index d0b4120ad3..17e8a818dc 100644 --- a/src/core-utils/binreloc.c +++ b/src/core-utils/binreloc.c @@ -34,7 +34,7 @@ G_BEGIN_DECLS /** @internal * Find the canonical filename of the executable. Returns the filename * (which must be freed) or NULL on error. If the parameter 'error' is - * not NULL, the error code will be stored there, if an error occured. + * not NULL, the error code will be stored there, if an error occurred. */ static char * _br_find_exe (Gnc_GbrInitError *error)