[Libreoffice-commits] online.git: loolwsd/TileDesc.hpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Sat May 21 15:56:06 UTC 2016


 loolwsd/TileDesc.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56ae463bea80154010045e6bbdb96d1783c946d2
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sat May 21 10:40:16 2016 -0400

    loolwsd: minor TileDesc comment fix
    
    Change-Id: I35b11797151a26a1c420afa5296c67ca54a5bdc9
    Reviewed-on: https://gerrit.libreoffice.org/25264
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/TileDesc.hpp b/loolwsd/TileDesc.hpp
index c8ee2d8..73ba75e 100644
--- a/loolwsd/TileDesc.hpp
+++ b/loolwsd/TileDesc.hpp
@@ -79,7 +79,7 @@ public:
     static
     TileDesc parse(const Poco::StringTokenizer& tokens)
     {
-        // We don't expect undocument fields and
+        // We don't expect undocumented fields and
         // assume all values to be int.
         std::map<std::string, int> pairs;
 


More information about the Libreoffice-commits mailing list