summaryrefslogtreecommitdiff
path: root/desktop/unx/source/splashx.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/unx/source/splashx.c')
-rw-r--r--desktop/unx/source/splashx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c
index e6bc534726ab..71858367f92f 100644
--- a/desktop/unx/source/splashx.c
+++ b/desktop/unx/source/splashx.c
@@ -562,7 +562,7 @@ static sal_Bool isHiDPI(struct splash* splash)
return sal_False;
pValStr = XGetDefault(splash->display, "Xft", "dpi");
- /* if its too old to have this, assume its not hidpi */
+ /* if it's too old to have this, assume it's not hidpi */
if (!pValStr)
return sal_False;