summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/lockfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/lockfile.cxx')
-rw-r--r--desktop/source/deployment/misc/lockfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/lockfile.cxx b/desktop/source/deployment/misc/lockfile.cxx
index 204eec150eea..1837fa6043ad 100644
--- a/desktop/source/deployment/misc/lockfile.cxx
+++ b/desktop/source/deployment/misc/lockfile.cxx
@@ -44,7 +44,7 @@ static OString impl_getHostname()
OString aHost;
#ifdef WNT
/*
- prevent windows from connecting to the net to get it's own
+ prevent windows from connecting to the net to get its own
hostname by using the netbios name
*/
sal_Int32 sz = MAX_COMPUTERNAME_LENGTH + 1;