[Libreoffice-commits] online.git: loolwsd/LOOLProtocol.cpp
Tor Lillqvist
tml at collabora.com
Mon May 9 05:15:38 UTC 2016
loolwsd/LOOLProtocol.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ab92acac205f294e0e531e76e01d7792fafa6f11
Author: Tor Lillqvist <tml at 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 + "...";
More information about the Libreoffice-commits
mailing list