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

Andras Timar andras.timar at collabora.com
Wed Feb 14 11:30:49 UTC 2018


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

New commits:
commit baa3e09bdefb49d3aa3c3fddf11cd5a888d8f00b
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Feb 14 12:29:50 2018 +0100

    Typo: remove -> remote
    
    Change-Id: I6214f569d6a0302c5a5a69a18150122a371e0d03

diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp
index fef0c2b7..c2f3664d 100644
--- a/wsd/Storage.cpp
+++ b/wsd/Storage.cpp
@@ -115,7 +115,7 @@ void StorageBase::initialize()
     // Init client
     Poco::Net::Context::Params sslClientParams;
 
-    // TODO: Be more strict and setup SSL key/certs for remove server and us
+    // TODO: Be more strict and setup SSL key/certs for remote server and us
     sslClientParams.verificationMode = Poco::Net::Context::VERIFY_NONE;
 
     Poco::SharedPtr<Poco::Net::PrivateKeyPassphraseHandler> consoleClientHandler = new Poco::Net::KeyConsoleHandler(false);


More information about the Libreoffice-commits mailing list