summaryrefslogtreecommitdiffstats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-06-14 19:43:47 +0200
committerAndras Timar <andras.timar@collabora.com>2018-06-14 19:43:47 +0200
commitfc7f9f212b7ee0bb3445e7a105554490cd716af2 (patch)
tree27592b393b7a89265e9eab0bc57daea70e4dac7a /PROBLEMS
parentwsd: warn when we have no kits and we are not exiting just yet (diff)
downloadonline-fc7f9f212b7ee0bb3445e7a105554490cd716af2.tar.gz
online-fc7f9f212b7ee0bb3445e7a105554490cd716af2.zip
typo fixes
Change-Id: I5f932db7e7d615d98ff569b3cb2f2d4e3fcc63f1
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROBLEMS b/PROBLEMS
index e044f5d8fe..f220b85ecb 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.