From: Tony Cook Date: Sun, 4 Apr 2010 00:04:44 +0000 (+0000) Subject: - fix spelling errors patched by Debian (please report the issues you X-Git-Tag: Imager-0.74~5 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/7468f3fad874227df8dc02855cd261892b903daa - fix spelling errors patched by Debian (please report the issues you patch) --- diff --git a/Changes b/Changes index 8c328988..8a1a1b18 100644 --- 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 12c86533..ae365372 100644 --- 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; } } diff --git a/lib/Imager/Draw.pod b/lib/Imager/Draw.pod index 487a0945..19ce41ba 100644 --- a/lib/Imager/Draw.pod +++ b/lib/Imager/Draw.pod @@ -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 diff --git a/lib/Imager/Filters.pod b/lib/Imager/Filters.pod index 89810766..cb7b3db3 100644 --- a/lib/Imager/Filters.pod +++ b/lib/Imager/Filters.pod @@ -50,7 +50,7 @@ many other possible parameters, see L 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 script that comes with the module source. @@ -592,7 +592,7 @@ L and L 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 diff --git a/lib/Imager/Transformations.pod b/lib/Imager/Transformations.pod index 9ceca436..c7313aa9 100644 --- a/lib/Imager/Transformations.pod +++ b/lib/Imager/Transformations.pod @@ -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 method. This is usefull +To create a copy of an image use the C 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 6812a49e..874fb509 100644 --- 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 starting from index I. +Searches for a tag of the given I starting from index I. On success returns true and sets *I.