From 6835d9f3074c1030be6632bdaff6c8398c696429 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 10 Apr 2014 19:59:38 +0300 Subject: It's "its", not "it's" Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63 --- desktop/source/deployment/misc/lockfile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') 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; -- cgit