summaryrefslogtreecommitdiff
path: root/odk/source/unoapploader
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 13:23:55 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 20:19:49 +0000
commit91a0a53e0cb75550801104cca07937e50869c590 (patch)
treeb418b1d2c66d25009d2ebea00bcf5a635fb1eca1 /odk/source/unoapploader
parent1d922012beecb3e94a1bbe521010d92486102d6c (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'odk/source/unoapploader')
-rw-r--r--odk/source/unoapploader/unx/unoapploader.c4
-rw-r--r--odk/source/unoapploader/win/unoapploader.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/odk/source/unoapploader/unx/unoapploader.c b/odk/source/unoapploader/unx/unoapploader.c
index a44c01285918..969008dff396 100644
--- a/odk/source/unoapploader/unx/unoapploader.c
+++ b/odk/source/unoapploader/unx/unoapploader.c
@@ -231,7 +231,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 )
{
diff --git a/odk/source/unoapploader/win/unoapploader.c b/odk/source/unoapploader/win/unoapploader.c
index ee806f1b4976..762b554744b3 100644
--- a/odk/source/unoapploader/win/unoapploader.c
+++ b/odk/source/unoapploader/win/unoapploader.c
@@ -282,7 +282,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
* 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()
{
@@ -305,7 +305,7 @@ char const* getPath()
* the executable name
*
* @return the command line for the application process or NULL, if an error
- * occured
+ * occurred
*/
char* createCommandLine( char* appendix )
{