Skip to content

Commit c60e9f4

Browse files
committed
undo agg typos fix
1 parent e5d47b3 commit c60e9f4

23 files changed

+43
-43
lines changed

extern/agg24-svn/include/agg_array.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ namespace agg
157157

158158
//--------------------------------------------------------------pod_vector
159159
// A simple class template to store Plain Old Data, a vector
160-
// of a fixed size. The data is continuous in memory
160+
// of a fixed size. The data is continous in memory
161161
//------------------------------------------------------------------------
162162
template<class T> class pod_vector
163163
{

extern/agg24-svn/include/agg_blur.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// http://incubator.quasimondo.com/processing/fast_blur_deluxe.php
1919
// (search phrase "Stackblur: Fast But Goodlooking").
2020
// The major improvement is that there's no more division table
21-
// that was very expensive to create for large blur radii. Instead,
21+
// that was very expensive to create for large blur radii. Insted,
2222
// for 8-bit per channel and radius not exceeding 254 the division is
2323
// replaced by multiplication and shift.
2424
//

extern/agg24-svn/include/agg_math.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ namespace agg
286286
#else
287287

288288
//This code is actually pure C and portable to most
289-
//architectures including 64bit ones.
289+
//arcitectures including 64bit ones.
290290
unsigned t = val;
291291
int bit=0;
292292
unsigned shift = 11;
@@ -347,8 +347,8 @@ namespace agg
347347
// x - value at which the Bessel function is required
348348
//--------------------
349349
// C++ Mathematical Library
350-
// Converted from equivalent FORTRAN library
351-
// Converted by Gareth Walker for use by course 392 computational project
350+
// Convereted from equivalent FORTRAN library
351+
// Converetd by Gareth Walker for use by course 392 computational project
352352
// All functions tested and yield the same results as the corresponding
353353
// FORTRAN versions.
354354
//
@@ -388,7 +388,7 @@ namespace agg
388388
m2 = m1;
389389
}
390390

391-
// Apply recurrence down from current max order
391+
// Apply recurrence down from curent max order
392392
for(;;)
393393
{
394394
double c3 = 0;

extern/agg24-svn/include/agg_rasterizer_cells_aa.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
//
1010
//----------------------------------------------------------------------------
1111
//
12-
// The author gratefully acknowledges the support of David Turner,
12+
// The author gratefully acknowleges the support of David Turner,
1313
// Robert Wilhelm, and Werner Lemberg - the authors of the FreeType
14-
// library - in producing this work. See http://www.freetype.org for details.
14+
// libray - in producing this work. See http://www.freetype.org for details.
1515
//
1616
//----------------------------------------------------------------------------
1717
// Contact: mcseem@antigrain.com
@@ -41,7 +41,7 @@ namespace agg
4141

4242
//-----------------------------------------------------rasterizer_cells_aa
4343
// An internal class that implements the main rasterization algorithm.
44-
// Used in the rasterizer. Should not be used directly.
44+
// Used in the rasterizer. Should not be used direcly.
4545
template<class Cell> class rasterizer_cells_aa
4646
{
4747
enum cell_block_scale_e

extern/agg24-svn/include/agg_rasterizer_compound_aa.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
//
1010
//----------------------------------------------------------------------------
1111
//
12-
// The author gratefully acknowledges the support of David Turner,
12+
// The author gratefully acknowleges the support of David Turner,
1313
// Robert Wilhelm, and Werner Lemberg - the authors of the FreeType
14-
// library - in producing this work. See http://www.freetype.org for details.
14+
// libray - in producing this work. See http://www.freetype.org for details.
1515
//
1616
//----------------------------------------------------------------------------
1717
// Contact: mcseem@antigrain.com

extern/agg24-svn/include/agg_rasterizer_scanline_aa.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
//
1010
//----------------------------------------------------------------------------
1111
//
12-
// The author gratefully acknowledges the support of David Turner,
12+
// The author gratefully acknowleges the support of David Turner,
1313
// Robert Wilhelm, and Werner Lemberg - the authors of the FreeType
14-
// library - in producing this work. See http://www.freetype.org for details.
14+
// libray - in producing this work. See http://www.freetype.org for details.
1515
//
1616
//----------------------------------------------------------------------------
1717
// Contact: mcseem@antigrain.com

extern/agg24-svn/include/agg_rasterizer_scanline_aa_nogamma.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
//
1010
//----------------------------------------------------------------------------
1111
//
12-
// The author gratefully acknowledges the support of David Turner,
12+
// The author gratefully acknowleges the support of David Turner,
1313
// Robert Wilhelm, and Werner Lemberg - the authors of the FreeType
14-
// library - in producing this work. See http://www.freetype.org for details.
14+
// libray - in producing this work. See http://www.freetype.org for details.
1515
//
1616
//----------------------------------------------------------------------------
1717
// Contact: mcseem@antigrain.com

extern/agg24-svn/include/agg_rounded_rect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace agg
2727
{
2828
//------------------------------------------------------------rounded_rect
2929
//
30-
// See Implementation agg_rounded_rect.cpp
30+
// See Implemantation agg_rounded_rect.cpp
3131
//
3232
class rounded_rect
3333
{

extern/agg24-svn/include/agg_trans_affine.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ namespace agg
7878
//
7979
// The affine matrix is all you need to perform any linear transformation,
8080
// but all transformations have origin point (0,0). It means that we need to
81-
// use 2 translations if we want to rotate something around (100,100):
81+
// use 2 translations if we want to rotate someting around (100,100):
8282
//
8383
// m *= agg::trans_affine_translation(-100.0, -100.0); // move to (0,0)
8484
// m *= agg::trans_affine_rotation(30.0 * 3.1415926 / 180.0); // rotate
@@ -125,7 +125,7 @@ namespace agg
125125
parl_to_parl(src, dst);
126126
}
127127

128-
//---------------------------------- Parallelogram transformations
128+
//---------------------------------- Parellelogram transformations
129129
// transform a parallelogram to another one. Src and dst are
130130
// pointers to arrays of three points (double[6], x1,y1,...) that
131131
// identify three corners of the parallelograms assuming implicit
@@ -210,14 +210,14 @@ namespace agg
210210
}
211211

212212
// Multiply the matrix by another one and return
213-
// the result in a separate matrix.
213+
// the result in a separete matrix.
214214
trans_affine operator * (const trans_affine& m) const
215215
{
216216
return trans_affine(*this).multiply(m);
217217
}
218218

219219
// Multiply the matrix by inverse of another one
220-
// and return the result in a separate matrix.
220+
// and return the result in a separete matrix.
221221
trans_affine operator / (const trans_affine& m) const
222222
{
223223
return trans_affine(*this).multiply_inv(m);

extern/agg24-svn/include/agg_trans_perspective.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ namespace agg
147147
}
148148

149149
// Multiply the matrix by another one and return
150-
// the result in a separate matrix.
150+
// the result in a separete matrix.
151151
trans_perspective operator * (const trans_perspective& m) const
152152
{
153153
return trans_perspective(*this).multiply(m);
@@ -158,7 +158,7 @@ namespace agg
158158
}
159159

160160
// Multiply the matrix by inverse of another one
161-
// and return the result in a separate matrix.
161+
// and return the result in a separete matrix.
162162
trans_perspective operator / (const trans_perspective& m) const
163163
{
164164
return trans_perspective(*this).multiply_inv(m);

0 commit comments

Comments
 (0)