[Libreoffice-commits] online.git: wsd/Storage.cpp

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 12:23:58 UTC 2019


 wsd/Storage.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1dc6bd9dfb04bccbe4e5656a2ea39f60d3ebf4dc
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Oct 9 14:22:57 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Oct 9 14:23:35 2019 +0200

    typo fix: comuncation -> communication
    
    Change-Id: Iefe88baa6ac5d2201dc3fb4e4604498898a30ba6

diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp
index ab6e51cfc..9590c88ff 100644
--- a/wsd/Storage.cpp
+++ b/wsd/Storage.cpp
@@ -389,7 +389,7 @@ StorageBase::SaveResult LocalStorage::saveLocalFileToStorage(const Authorization
 
 Poco::Net::HTTPClientSession* StorageBase::getHTTPClientSession(const Poco::URI& uri)
  {
-    // We decoupled the Wopi communication from client communcation because
+    // We decoupled the Wopi communication from client communication because
     // the Wopi communication must have an independent policy.
     // So, we will use here only Storage settings.
     return (SSLEnabled || LOOLWSD::isSSLTermination())


More information about the Libreoffice-commits mailing list