Skip to content

Commit 057a3d9

Browse files
author
Cristy
committed
corrects misspellings identified by the check-spelling action, thanks to @jsoref
1 parent 82f9d42 commit 057a3d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+223
-223
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
set /p solution=<solution
275275
msbuild %solution% /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.platform}}
276276
277-
- name: Sign exectables
277+
- name: Sign executables
278278
uses: dlemstra/code-sign-action@v1
279279
with:
280280
certificate: '${{ secrets.CERTIFICATE }}'

ImageMagick.spec.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if [ -z perl-pkg-files ] ; then
192192
fi
193193

194194
# fix multilib issues: Rename provided file with platform-bits in name.
195-
# Create platform independant file inplace of provided and conditionally include required.
195+
# Create platform independent file inplace of provided and conditionally include required.
196196
# $1 - filename.h to process.
197197
function multilibFileVersions(){
198198
mv $1 ${1%%.h}-%{__isa_bits}.h
@@ -293,4 +293,4 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
293293

294294
%changelog
295295
* Sun May 01 2005 Cristy <[email protected]> 1.0-0
296-
- Port of Redhat's RPM script to support ImageMagick.
296+
- Port of RedHat's RPM script to support ImageMagick.

Install-unix.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Install
564564
Ghostscript is a prerequisite, otherwise the EPS, PS, and PDF tests will
565565
fail. Note that due to differences between the developer's environment and
566566
your own it is possible that a few tests may fail even though the results are
567-
ok. Differences between the developer's environment environment and your own
567+
ok. Differences between the developer's environment and your own
568568
may include the compiler, the CPU type, and the library versions used. The
569569
ImageMagick developers use the current release of all dependent libraries.
570570

Magick++/AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The author and maintainer of Magick++ is Bob Friesenhan
1+
The author and maintainer of Magick++ is Bob Friesenhahn
22
33

44
Many thanks to Cristy for developing the powerful ImageMagick

Magick++/ChangeLog

+10-10
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
2007-04-10 6.3.3-7 Cristy <quetzlzacatenango@image...>
5454
* Add colorspaceType(RGBColorspace) to set RGB colorspace before an
55-
image read (useful to convert CMYK Potscript to RGB).
55+
image read (useful to convert CMYK Postscript to RGB).
5656

5757
2006-02-05 6.3.2-3 Cristy <quetzlzacatenango@image...>
5858
* Clear exception in throwException() method.
@@ -214,7 +214,7 @@
214214
* lib/Magick++/STL.h (coalesceImages): Replaced implementation
215215
with one from Felix Heimbrecht. The template signature has
216216
changed to return a new image sequence. This template API
217-
silently ceased to funtion due to an ImageMagick CoalesceImages
217+
silently ceased to function due to an ImageMagick CoalesceImages
218218
API change.
219219

220220
2003-03-30 Bob Friesenhahn <[email protected]>
@@ -558,10 +558,10 @@
558558
2001-12-26 Bob Friesenhahn <[email protected]>
559559

560560
* lib/Drawable.cpp (DrawableCompositeImage): Read image
561-
immediately if provided by filename, register with peristent
562-
registry, and pass as perisistant image type.
561+
immediately if provided by filename, register with persistent
562+
registry, and pass as persistent image type.
563563
(DrawableCompositeImage): Support specifying Image in memory.
564-
Passed as perisistant image type.
564+
Passed as persistent image type.
565565

566566
2001-12-24 Bob Friesenhahn <[email protected]>
567567

@@ -730,7 +730,7 @@
730730

731731
* lib/Image.cpp (clipMask): New method to add a clip mask to the
732732
image. Adds clipping to any image operation wherever the clip
733-
mask image is tranparent.
733+
mask image is transparent.
734734

735735
2001-08-15 Bob Friesenhahn <[email protected]>
736736

@@ -965,7 +965,7 @@
965965
coordinates
966966
(PathLinetoHorizontalRel): New class. Horizontal lineto, relative
967967
coordinates
968-
(PathLinetoVerticalAbs): New class. Veritical lineto, absolute
968+
(PathLinetoVerticalAbs): New class. Vertical lineto, absolute
969969
coordinates.
970970
(PathLinetoVerticalRel): New class. Vertical lineto, relative
971971
coordinates.
@@ -1047,7 +1047,7 @@
10471047

10481048
2000-09-20 Bob Friesenhahn <[email protected]>
10491049

1050-
* lib/Magick++/Drawable.h: Reverted Coordinate implemenation back
1050+
* lib/Magick++/Drawable.h: Reverted Coordinate implementation back
10511051
from and STL pair based implementation to a simple class. Maybe
10521052
this will improve portability. It is more understandable anyway.
10531053

@@ -1179,7 +1179,7 @@
11791179
2000-02-16 Bob Friesenhahn <[email protected]>
11801180

11811181
* lib/Image.cpp : Call-back based LastError class is eliminated in
1182-
favor of ImageMagick 5.2's re-entrant ExceptionInfo reporting.
1182+
favor of ImageMagick 5.2's reentrant ExceptionInfo reporting.
11831183
This should make Magick++ thread safe under Win32.
11841184

11851185
2000-02-08 Bob Friesenhahn <[email protected]>
@@ -1424,7 +1424,7 @@
14241424
ImageMagick to avoid namespace-induced problems.
14251425

14261426
* configure.in : CPPFLAGS and LDFLAGS specified via the
1427-
environment take precidence over flags from Magick-config.
1427+
environment take precedence over flags from Magick-config.
14281428

14291429
1999-05-31 Bob Friesenhahn <[email protected]>
14301430

Magick++/INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ instructions in README.txt (under the heading "Windows Win2K/95 VISUAL C++
156156
Cygwin & GCC
157157

158158
It is possible to build both ImageMagick and Magick++ under the Cygwin
159-
Unix-emulation environment for Windows NT. Obtain and install Cgywin from
159+
Unix-emulation environment for Windows NT. Obtain and install Cygwin from
160160
http://www.cygwin.com/ . An X11R6 environment for Cygwin is available
161161
from http://www.cygwin.com/xfree/ .To build using Cygwin and GCC, follow
162162
the instructions for building under Unix. ImageMagick and Magick++ do not

Magick++/NEWS

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This file records noteworthy changes in Magick++.
7272
* DrawableCompositeImage can be constructed based on an Image in memory
7373
rather than just a filename.
7474
* Added Drawable objects (DrawablePushPattern & DrawablePopPattern)
75-
for definining arbitrary named patterns to be used for stroke and fill.
75+
for defining arbitrary named patterns to be used for stroke and fill.
7676
* Added Image strokePattern() and fillPattern() methods for specifying
7777
image to use while drawing stroked object outlines and while filling
7878
objects, respectively.
@@ -123,7 +123,7 @@ This file records noteworthy changes in Magick++.
123123

124124
* Added clipMask method to add a clip mask to the current
125125
image. Prevents modification to image pixels wherever the
126-
associated clip mask image is tranparent.
126+
associated clip mask image is transparent.
127127

128128
* Documented methods which were added previously, but left
129129
undocumented.
@@ -226,7 +226,7 @@ This file records noteworthy changes in Magick++.
226226
* Fix text annotation bug which did not allow spaces in annotation text.
227227
* Added gaussianBlurImage() method.
228228
* Fixed bug in floodFillTexture().
229-
* Re-worked error reporting methodology to use re-entrant error
229+
* Re-worked error reporting methodology to use reentrant error
230230
reporting rather than the previous method (based on call-backs)
231231
which required thread specific data.
232232
* Should be thread-safe under Win32 now.
@@ -307,7 +307,7 @@ This file records noteworthy changes in Magick++.
307307
* Added Blob class to support supplying formatted binary data to methods.
308308
* Added support for setting ICC and IPTC profiles from a binary BLOB.
309309
* Added support for transformations of image data to/from alternate
310-
colorspace (e.g. CYMK).
310+
colorspace (e.g. CMYK).
311311
* Added support for 'pinging' an image (get image dimensions/size quickly).
312312
* Added 'uncondense' method to de-compress in-memory image data.
313313
* Added support for annotation using rotated text.
@@ -346,7 +346,7 @@ This file records noteworthy changes in Magick++.
346346
* Changed coordinate parameters from unsigned int to double in Drawable.
347347
* Changed polygon methods in Drawable to use STL list argument.
348348
* Added STL list based draw method to Image.
349-
* Changed Exception heirarchy to support Warning and Error sub-classes.
349+
* Changed Exception hierarchy to support Warning and Error sub-classes.
350350
Most exception class names have changed.
351351

352352
(0.7)

Magick++/demo/piddle.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ int main( int /*argc*/, char ** argv)
110110
}
111111

112112
//
113-
// Draw pentogram.
113+
// Draw pentagram.
114114
//
115115
{
116116
drawList.push_back(DrawableStrokeColor("red"));

Magick++/lib/Drawable.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ Magick::DrawableBase* Magick::DrawableFillColor::copy() const
615615
return new DrawableFillColor(*this);
616616
}
617617

618-
// Specify drawing fill fule
618+
// Specify drawing fill rule
619619
Magick::DrawableFillRule::~DrawableFillRule ( void )
620620
{
621621
}

Magick++/lib/Image.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ void Magick::Image::fillPattern(const Image &fillPattern_)
790790

791791
Magick::Image Magick::Image::fillPattern(void) const
792792
{
793-
// FIXME: This is inordinately innefficient
793+
// FIXME: This is inordinately inefficient
794794
const MagickCore::Image
795795
*tmpTexture;
796796

Magick++/lib/Magick++/Drawable.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// "HOWTO: Exporting STL Components Inside & Outside of a Class".
1111
// "http://support.microsoft.com/kb/168958"
1212
//
13-
// Note that version 3.0 of this article says that that only STL
13+
// Note that version 3.0 of this article says that only STL
1414
// container template which supports DLL export is <vector> and we are
1515
// not using <vector> as part of the Drawable implementation.
1616
//

Magick++/lib/Magick++/Image.h

+9-9
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ namespace Magick
675675
std::string attribute(const std::string name_ ) const;
676676

677677
// Extracts the 'mean' from the image and adjust the image to try
678-
// make set its gamma appropriatally.
678+
// make set its gamma appropriately.
679679
void autoGamma(void);
680680
void autoGammaChannel(const ChannelType channel_);
681681

@@ -709,7 +709,7 @@ namespace Magick
709709

710710
// Changes the brightness and/or contrast of an image. It converts the
711711
// brightness and contrast parameters into slope and intercept and calls
712-
// a polynomical function to apply to the image.
712+
// a polynomial function to apply to the image.
713713
void brightnessContrast(const double brightness_=0.0,
714714
const double contrast_=0.0);
715715
void brightnessContrastChannel(const ChannelType channel_,
@@ -891,7 +891,7 @@ namespace Magick
891891

892892
// Distort image. distorts an image using various distortion methods, by
893893
// mapping color lookups of the source image to a new destination image
894-
// usally of the same size as the source image, unless 'bestfit' is set to
894+
// usually of the same size as the source image, unless 'bestfit' is set to
895895
// true.
896896
void distort(const DistortImageMethod method_,
897897
const size_t number_arguments_,const double *arguments_,
@@ -903,10 +903,10 @@ namespace Magick
903903
// Draw on image using a drawable list
904904
void draw(const std::list<Magick::Drawable> &drawable_);
905905

906-
// Edge image (hilight edges in image)
906+
// Edge image (highlight edges in image)
907907
void edge(const double radius_=0.0);
908908

909-
// Emboss image (hilight edges with 3D effect)
909+
// Emboss image (highlight edges with 3D effect)
910910
// The radius_ parameter specifies the radius of the Gaussian, in
911911
// pixels, not counting the center pixel. The sigma_ parameter
912912
// specifies the standard deviation of the Laplacian, in pixels.
@@ -1137,7 +1137,7 @@ namespace Magick
11371137
// Returns the normalized moments of one or more image channels.
11381138
ImageMoments moments(void) const;
11391139

1140-
// Applies a kernel to the image according to the given mophology method.
1140+
// Applies a kernel to the image according to the given morphology method.
11411141
void morphology(const MorphologyMethod method_,const std::string kernel_,
11421142
const ssize_t iterations_=1);
11431143
void morphology(const MorphologyMethod method_,
@@ -1155,7 +1155,7 @@ namespace Magick
11551155
// pixels, not counting the center pixel. The sigma_ parameter
11561156
// specifies the standard deviation of the Laplacian, in pixels.
11571157
// The angle_ parameter specifies the angle the object appears
1158-
// to be comming from (zero degrees is from the right).
1158+
// to be coming from (zero degrees is from the right).
11591159
void motionBlur(const double radius_,const double sigma_,
11601160
const double angle_);
11611161

@@ -1323,7 +1323,7 @@ namespace Magick
13231323
void resize(const Geometry &geometry_);
13241324

13251325
// Roll image (rolls image vertically and horizontally) by specified
1326-
// number of columnms and rows)
1326+
// number of columns and rows)
13271327
void roll(const Geometry &roll_);
13281328
void roll(const size_t columns_,const size_t rows_);
13291329

@@ -1517,7 +1517,7 @@ namespace Magick
15171517
// the percentage of the difference between the original and
15181518
// the blur image that is added back into the original.
15191519
// threshold_
1520-
// the threshold in pixels needed to apply the diffence amount.
1520+
// the threshold in pixels needed to apply the difference amount.
15211521
void unsharpmask(const double radius_,const double sigma_,
15221522
const double amount_,const double threshold_);
15231523
void unsharpmaskChannel(const ChannelType channel_,const double radius_,

Magick++/lib/Magick++/Montage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace Magick
7777
void texture(const std::string &texture_);
7878
std::string texture(void) const;
7979

80-
// Thumbnail rows and colmns
80+
// Thumbnail rows and columns
8181
void tile(const Geometry &tile_);
8282
Geometry tile(void) const;
8383

Magick++/lib/Magick++/STL.h

+9-9
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ namespace Magick
342342

343343
// Distort image. distorts an image using various distortion methods, by
344344
// mapping color lookups of the source image to a new destination image
345-
// usally of the same size as the source image, unless 'bestfit' is set to
345+
// usually of the same size as the source image, unless 'bestfit' is set to
346346
// true.
347347
class MagickPPExport distortImage
348348
{
@@ -382,7 +382,7 @@ namespace Magick
382382
DrawableList _drawableList;
383383
};
384384

385-
// Edge image (hilight edges in image)
385+
// Edge image (highlight edges in image)
386386
class MagickPPExport edgeImage
387387
{
388388
public:
@@ -394,7 +394,7 @@ namespace Magick
394394
double _radius;
395395
};
396396

397-
// Emboss image (hilight edges with 3D effect)
397+
// Emboss image (highlight edges with 3D effect)
398398
class MagickPPExport embossImage
399399
{
400400
public:
@@ -889,7 +889,7 @@ namespace Magick
889889
~ReadOptions();
890890

891891
// Vertical and horizontal resolution in pixels of the image
892-
void density(const Geometry &geomery_);
892+
void density(const Geometry &geometry_);
893893
Geometry density(void) const;
894894

895895
// Image depth (8 or 16)
@@ -946,7 +946,7 @@ namespace Magick
946946
};
947947

948948
// Roll image (rolls image vertically and horizontally) by specified
949-
// number of columnms and rows)
949+
// number of columns and rows)
950950
class MagickPPExport rollImage
951951
{
952952
public:
@@ -1111,7 +1111,7 @@ namespace Magick
11111111
Geometry _geometry;
11121112
};
11131113

1114-
// Spread pixels randomly within image by specified ammount
1114+
// Spread pixels randomly within image by specified amount
11151115
class MagickPPExport spreadImage
11161116
{
11171117
public:
@@ -2349,7 +2349,7 @@ namespace Magick
23492349
// Merge a sequence of image frames which represent image layers.
23502350
// This is useful for combining Photoshop layers into a single image.
23512351
template <class InputIterator>
2352-
void flattenImages( Image *flattendImage_,
2352+
void flattenImages( Image *flattenedImage_,
23532353
InputIterator first_,
23542354
InputIterator last_ ) {
23552355
if (linkImages(first_,last_) == false)
@@ -2358,8 +2358,8 @@ namespace Magick
23582358
MagickCore::Image* image = MagickCore::MergeImageLayers( first_->image(),
23592359
FlattenLayer,exceptionInfo );
23602360
unlinkImages( first_, last_ );
2361-
flattendImage_->replaceImage( image );
2362-
ThrowPPException(flattendImage_->quiet());
2361+
flattenedImage_->replaceImage( image );
2362+
ThrowPPException(flattenedImage_->quiet());
23632363
}
23642364

23652365
// Implements the discrete Fourier transform (DFT) of the image either as a

0 commit comments

Comments
 (0)