]> git.imager.perl.org - imager.git/commitdiff
- fix spelling errors patched by Debian (please report the issues you
authorTony Cook <tony@develop=help.com>
Sun, 4 Apr 2010 00:04:44 +0000 (00:04 +0000)
committerTony Cook <tony@develop=help.com>
Sun, 4 Apr 2010 00:04:44 +0000 (00:04 +0000)
   patch)

Changes
gif.c
lib/Imager/Draw.pod
lib/Imager/Filters.pod
lib/Imager/Transformations.pod
tags.c

diff --git a/Changes b/Changes
index 8c328988dd547af8b69f6ebaef87ea2b29b37a63..8a1a1b18f619b680e9cc94c5e41bf8e856cd05dc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,6 +9,9 @@ Bug fixes:
    aborting on failing to call i_readgif_multi_wiol() or
    i_readtiff_multi_wiol().
 
+ - fix spelling errors patched by Debian (please report the issues you
+   patch)
+
 Imager 0.73 - 15 Mar 2010
 ===========
 
diff --git a/gif.c b/gif.c
index 12c8653358990e0594a1f1ff5bde88169d16ca1a..ae365372661426a7e3ac980eae3c2944b3e9313c 100644 (file)
--- a/gif.c
+++ b/gif.c
@@ -1469,7 +1469,7 @@ static int do_ns_loop(GifFileType *gf, i_img *img)
     subblock[2] = loop_count / 256;
     if (EGifPutExtensionLast(gf, APPLICATION_EXT_FUNC_CODE, 3, subblock) == GIF_ERROR) {
       gif_push_error();
-      i_push_error(0, "writing loop extention sub-block");
+      i_push_error(0, "writing loop extension sub-block");
       return 0;
     }
   }
index 487a0945ec6f62c6fb187a413149c2d28bde0853..19ce41baf3d3581ad7b4f507f634765ac59c504a 100644 (file)
@@ -80,7 +80,7 @@ point coordinates are used.
 
 Drawing is assumed to take place in a coordinate system of infinite
 resolution.  This is the typical convention and really only matters when
-it is necessary to check for off-by-one cases.  Typically it's usefull to 
+it is necessary to check for off-by-one cases.  Typically it's useful to 
 think of C<(10, 20)> as C<(10.00, 20.00)> and consider the consiquences.
 
 =head2 Color Parameters
index 89810766477b3d138c1cf6b261e1b617cf83207e..cb7b3db31f64a8beb9ca3899c607fcab2536fa2c 100644 (file)
@@ -50,7 +50,7 @@ many other possible parameters, see L</Types of Filters> below.
 
 =head2 Types of Filters
 
-Here is a list of the filters that are always avaliable in Imager.
+Here is a list of the filters that are always available in Imager.
 This list can be obtained by running the C<filterlist.perl> script
 that comes with the module source.
 
@@ -592,7 +592,7 @@ L</Imager::API> and L<External Filters> for details
 
 It is possible to add filters to the module without recompiling the
 module itself.  This is done by using DSOs (Dynamic shared object)
-avaliable on most systems.  This way you can maintain our own filters
+available on most systems.  This way you can maintain our own filters
 and not have to get me to add it, or worse patch every new version of
 the Module.  Modules can be loaded AND UNLOADED at runtime.  This
 means that you can have a server/daemon thingy that can do something
index 9ceca43665e72ad186d587234b7f3dc4939faf9f..c7313aa9b6da4301364b902139cf442428ace305 100644 (file)
@@ -77,7 +77,7 @@ A list of the transformations that do not alter the source image follows:
 
 =item copy
 
-To create a copy of an image use the C<copy()> method.  This is usefull
+To create a copy of an image use the C<copy()> method.  This is useful
 if you want to keep an original after doing something that changes the image.
 
   $newimg = $orig->copy();
diff --git a/tags.c b/tags.c
index 6812a49e969e72f635d953fbec664e3441de20ab..874fb50991d98065ac2187dd4abd2b384e24be22 100644 (file)
--- a/tags.c
+++ b/tags.c
@@ -182,7 +182,7 @@ void i_tags_destroy(i_img_tags *tags) {
 
 =category Tags
 
-Searchs for a tag of the given I<name> starting from index I<start>.
+Searches for a tag of the given I<name> starting from index I<start>.
 
 On success returns true and sets *I<entry>.