summaryrefslogtreecommitdiff
path: root/odk/source/unoapploader/unx/unoapploader.c
diff options
context:
space:
mode:
Diffstat (limited to 'odk/source/unoapploader/unx/unoapploader.c')
-rw-r--r--odk/source/unoapploader/unx/unoapploader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/source/unoapploader/unx/unoapploader.c b/odk/source/unoapploader/unx/unoapploader.c
index 44b7970fa392..552c8784a2d7 100644
--- a/odk/source/unoapploader/unx/unoapploader.c
+++ b/odk/source/unoapploader/unx/unoapploader.c
@@ -232,7 +232,7 @@ int main( int argc, char *argv[] )
* Gets the path of a UNO installation.
*
* @return the installation path or NULL, if no installation was specified or
- * found, or if an error occured
+ * found, or if an error occurred
*/
char const* getPath()
{
@@ -255,7 +255,7 @@ char const* getPath()
*
* @param argv0 specifies the argv[0] parameter of the main function
*
- * @return the application's executable file name or NULL, if an error occured
+ * @return the application's executable file name or NULL, if an error occurred
*/
char* createCommandName( char* argv0 )
{