[Libreoffice-commits] online.git: PROBLEMS
Andras Timar
andras.timar at collabora.com
Thu Jun 14 19:01:42 UTC 2018
PROBLEMS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fc7f9f212b7ee0bb3445e7a105554490cd716af2
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Jun 14 19:43:47 2018 +0200
typo fixes
Change-Id: I5f932db7e7d615d98ff569b3cb2f2d4e3fcc63f1
diff --git a/PROBLEMS b/PROBLEMS
index e044f5d8f..f220b85ec 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -41,7 +41,7 @@
one has no idea how it works. That was hopefully not the case when
recursive mutexes were introduced here? But probably it is by now...
-- Occasionally Control-C (SIGINT) doesn't shut fown loolwsd. One has
+- Occasionally Control-C (SIGINT) doesn't shut down loolwsd. One has
to kill it with SIGKILL. Which of course leaves all the chroot jails
around.
@@ -49,5 +49,5 @@
initialised with a value, that is never changed. (In many cases it
is const, so could of course not be changed.) Then the variable is
used just once or twice, passed as a parameter to a function, or
- used in a comparisin expression. This is fairly pointless and just
+ used in a comparison expression. This is fairly pointless and just
makes the code harder to read. Use string literals instead.
More information about the Libreoffice-commits
mailing list