summaryrefslogtreecommitdiff
path: root/src/image.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-08-15 22:15:51 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-08-15 22:15:51 -0700
commit526e5233cc0e2375798bdc79329a893302fdfb4b (patch)
treea4c1d95440225335cd6864a23e6fa1f6c5d6b28b /src/image.c
parentc8068af56770f8b0be93218e76dd17ea508f3365 (diff)
downloademacs-526e5233cc0e2375798bdc79329a893302fdfb4b.tar.gz
Spelling fixes.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 41c991f09c6..6dc997aa4d0 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7934,7 +7934,7 @@ imagemagick_compute_animated_image (MagickWand *super_wand, int ino)
return NULL;
}
- /* The sub-image may not start at origo, so move the destination
+ /* The sub-image may not start at origin, so move the destination
iterator to where the sub-image should start. */
if (source_top > 0)
{