summaryrefslogtreecommitdiff
path: root/apps/pdfclean.c
diff options
context:
space:
mode:
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;