loolwsd/LOOLProtocol.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab92acac205f294e0e531e76e01d7792fafa6f11
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu May 5 09:25:11 2016 +0300

    Spelling correction

diff --git a/loolwsd/LOOLProtocol.cpp b/loolwsd/LOOLProtocol.cpp
index bdc32cd..2d5893b 100644
--- a/loolwsd/LOOLProtocol.cpp
+++ b/loolwsd/LOOLProtocol.cpp
@@ -189,7 +189,7 @@ namespace LOOLProtocol
 
         const auto firstLine = getFirstLine(message, length);
 
-        // If first line is less than the length (minus newline), add eclipes.
+        // If first line is less than the length (minus newline), add ellipsis.
         if (firstLine.size() < static_cast<std::string::size_type>(length) - 1)
         {
             return firstLine + "...";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to