summaryrefslogtreecommitdiff
path: root/source/tools
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-06-14 02:08:28 +0200
committerSebastian Rasmussen <sebras@gmail.com>2016-06-14 02:10:24 +0200
commit9c9fe1a6e373ab174667314d5be29c6822894f54 (patch)
treed3649b24e3e7afee05c5cb71b4e25aff66a8c3a5 /source/tools
parent4d7bf58d137d884e4eb0e81fd576031f069105cb (diff)
downloadmupdf-9c9fe1a6e373ab174667314d5be29c6822894f54.tar.xz
Fix typos in various parts of the code.
Diffstat (limited to 'source/tools')
-rw-r--r--source/tools/mudraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/mudraw.c b/source/tools/mudraw.c
index 2773d357..e1259db2 100644
--- a/source/tools/mudraw.c
+++ b/source/tools/mudraw.c
@@ -158,7 +158,7 @@ static const format_cs_table_t format_cs_table[] =
Neither ios nor OSX supports unnamed semaphores.
Named semaphores are a pain to use, so we implement
- our own sempahores using condition variables and
+ our own semaphores using condition variables and
mutexes.
*/