loolwsd/TileDesc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 56ae463bea80154010045e6bbdb96d1783c946d2 Author: Ashod Nakashian <[email protected]> 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 <[email protected]> Tested-by: Ashod Nakashian <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
