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

Tor Lillqvist tml at collabora.com
Thu Dec 22 12:48:43 UTC 2016


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

New commits:
commit 3d5b9dd573b2e8bfd1debd8704092fbbd861f60b
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Dec 22 14:48:20 2016 +0200

    Typo
    
    Change-Id: I93a9abc63699155b3ac923256d3c86e69e5acd15

diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index c9cba49..9901ff5 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -309,7 +309,7 @@ bool DocumentBroker::load(std::shared_ptr<ClientSession>& session, const std::st
     session->setUserId(userid);
     session->setUserName(username);
 
-    // Basic file information was stored by the above getWOPIFileInfo() or getLocalFileInfo() callns
+    // Basic file information was stored by the above getWOPIFileInfo() or getLocalFileInfo() calls
     const auto fileInfo = _storage->getFileInfo();
     if (!fileInfo.isValid())
     {


More information about the Libreoffice-commits mailing list