summaryrefslogtreecommitdiff
path: root/apps/pdfclean.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2012-01-10 01:10:28 +0100
committerSebastian Rasmussen <sebras@gmail.com>2012-01-10 01:10:28 +0100
commit7d920025a2eaca1ec879d2e78b46576ca3351cc9 (patch)
treee13ad7288976df91e4f40285f9401a148ce4ddd7 /apps/pdfclean.c
parent6de45df10e024813ad7c62f31394f86fbcb364a7 (diff)
downloadmupdf-7d920025a2eaca1ec879d2e78b46576ca3351cc9.tar.xz
Fix many spelling errors.
Diffstat (limited to 'apps/pdfclean.c')
-rw-r--r--apps/pdfclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfclean.c b/apps/pdfclean.c
index c114cffe..f0a33918 100644
--- a/apps/pdfclean.c
+++ b/apps/pdfclean.c
@@ -114,7 +114,7 @@ static void removeduplicateobjs(void)
for (num = 1; num < xref->len; num++)
{
- /* Only compare an object to objects preceeding it */
+ /* Only compare an object to objects preceding it */
for (other = 1; other < num; other++)
{
fz_obj *a, *b;