From d71bcc4dc5025ea24944454908098269cfd095a3 Mon Sep 17 00:00:00 2001
From: Andrea Gelmini <andrea.gelmini@gelma.net>
Date: Mon, 13 Nov 2017 00:20:20 +0100
Subject: Fix typos

Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91
Reviewed-on: https://gerrit.libreoffice.org/44654
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
---
 shell/source/sessioninstall/SyncDbusSessionHelper.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'shell/source/sessioninstall')

diff --git a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx
index 5cbb88854f64..a1211f77b410 100644
--- a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx
+++ b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx
@@ -51,7 +51,7 @@ namespace
                                &error.getRef());
         }
         if(!proxy)
-            throw RuntimeException("couldnt get a proxy!");
+            throw RuntimeException("couldn't get a proxy!");
         return proxy;
     }
 
-- 
cgit