From fcf3758c92dee4f3e2cd4a9c8a2caee95033c810 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 16:47:15 +0100 Subject: Fix typo "fuction" -> "function" Change-Id: I369da2262d42fbc7cc3cfeeef4920606522237cd --- desktop/unx/source/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/unx') diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index c6b43395f9b5..9ec7341d7b9e 100644 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -739,7 +739,7 @@ exec_javaldx (Args *args) if( err != osl_Process_E_None) { - fprintf (stderr, "Warning: failed to launch javaldx - java may not fuction correctly\n"); + fprintf (stderr, "Warning: failed to launch javaldx - java may not function correctly\n"); if (javaldx) osl_freeProcessHandle(javaldx); if (fileOut) -- cgit