summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/unx/source/splashx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/splashx.h b/desktop/unx/source/splashx.h
index 4e9c72c1897d..55c128136dd2 100644
--- a/desktop/unx/source/splashx.h
+++ b/desktop/unx/source/splashx.h
@@ -21,7 +21,7 @@ struct splash* splash_create(rtl_uString* pAppPath, int argc, char** argv);
void splash_destroy(struct splash* splash);
-void splash_draw_progress(struct splash* splash, int progess);
+void splash_draw_progress(struct splash* splash, int progress);
#ifdef __cplusplus
} // extern "C"