Fix spelling typos found by lintian.
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/afterstep/gtkrc-2.0_template AfterStep-2.2.9/afterstep/gtkrc-2.0_template
--- AfterStep-2.2.9-old/afterstep/gtkrc-2.0_template 2007-02-24 00:48:36.000000000 +0100
+++ AfterStep-2.2.9/afterstep/gtkrc-2.0_template 2010-03-21 17:03:09.000000000 +0100
@@ -1,4 +1,4 @@
-# Uncomment and Edit the next line to enable your prefered gtk icon theme.
+# Uncomment and Edit the next line to enable your preferred gtk icon theme.
gtk-icon-theme-name = "Tango"
# Edit these colors and fonts however you like.
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/doc/afterstep.xml AfterStep-2.2.9/doc/afterstep.xml
--- AfterStep-2.2.9-old/doc/afterstep.xml 2004-07-09 17:57:10.000000000 +0200
+++ AfterStep-2.2.9/doc/afterstep.xml 2010-03-21 17:03:09.000000000 +0100
@@ -573,7 +573,7 @@
<varlistentry>
<term><emphasis remap='I'>NoButton number</emphasis> | <emphasis remap='I'>Button number</emphasis></term>
<listitem>
-<para>Specifing a <emphasis remap='I'>number</emphasis> to each use of <emphasis remap='I'>NoButton</emphasis> will cause that
+<para>Specifying a <emphasis remap='I'>number</emphasis> to each use of <emphasis remap='I'>NoButton</emphasis> will cause that
buttons number to not be displayed in the title bar. See <emphasis remap='I'>TitleButtons</emphasis>
above for the <emphasis remap='I'>number</emphasis> and their location on the title bar. The default
is to display all buttons defined in the <emphasis remap='I'>look.name</emphasis> file if the
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/doc/code/config_issues.html AfterStep-2.2.9/doc/code/config_issues.html
--- AfterStep-2.2.9-old/doc/code/config_issues.html 2000-10-20 05:27:54.000000000 +0200
+++ AfterStep-2.2.9/doc/code/config_issues.html 2010-03-21 17:03:09.000000000 +0100
@@ -76,7 +76,7 @@
processing of data - for instance integer type would get first parameter
converted into integer value.
<li><b><i>id</i></b> - unique identifyer of this option in the multitude of all available
-Afterstep options. That is usefull in processing functions, so we don't have
+Afterstep options. That is useful in processing functions, so we don't have
to check the keyword, to find out what option we are dealing with.
</ul>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/doc/code/ReleaseGuide AfterStep-2.2.9/doc/code/ReleaseGuide
--- AfterStep-2.2.9-old/doc/code/ReleaseGuide 2005-07-19 19:36:09.000000000 +0200
+++ AfterStep-2.2.9/doc/code/ReleaseGuide 2010-03-21 17:03:09.000000000 +0100
@@ -32,7 +32,7 @@
25) test release on your own computer
26) realise that you fucked up and go apologise to everybody
27) watch new release not getting propagated into distros and users installing
- some wierd beta from yer back.
+ some weird beta from yer back.
28) realise futulity of it all and go on a drinking binge
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/doc/Pager.xml AfterStep-2.2.9/doc/Pager.xml
--- AfterStep-2.2.9-old/doc/Pager.xml 2004-07-09 17:57:10.000000000 +0200
+++ AfterStep-2.2.9/doc/Pager.xml 2010-03-21 17:03:09.000000000 +0100
@@ -265,7 +265,7 @@
<listitem>
<para>Mini-window balloon style.</para>
-<para>This definitions are dependant on Pager's name, so if you start Pager
+<para>This definitions are dependent on Pager's name, so if you start Pager
as WPager - you should change all the names, like so :
"*PagerInActiveDesk" -> "*WPagerInActiveDesk"</para>
@@ -419,7 +419,7 @@
<para>Specifies a font to use to label the window names in the pager.
It overrides font specified in Focused/Unfocused/Sticky window style
in look file. It also displays text on background color - which
-can be usefull if BackPixmap is specified in window style.
+can be useful if BackPixmap is specified in window style.
Window labels seem to be fairly useless for desktop scales of 32
or greater.</para>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterBase/audit.c AfterStep-2.2.9/libAfterBase/audit.c
--- AfterStep-2.2.9-old/libAfterBase/audit.c 2007-12-06 08:07:50.000000000 +0100
+++ AfterStep-2.2.9/libAfterBase/audit.c 2010-03-21 17:03:09.000000000 +0100
@@ -594,7 +594,7 @@
m = curr_hash_data( &i );
if( m == NULL )
{
- fprintf (stream, "hmm, wierd, encoutered NULL pointer while trying to check allocation record for %p!", (void*)((*(i.curr_item))->value));
+ fprintf (stream, "hmm, weird, encoutered NULL pointer while trying to check allocation record for %p!", (void*)((*(i.curr_item))->value));
continue;
}else if (m->freed == 0)
{
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterConf/AfterStep.c AfterStep-2.2.9/libAfterConf/AfterStep.c
--- AfterStep-2.2.9-old/libAfterConf/AfterStep.c 2008-06-13 18:32:50.000000000 +0200
+++ AfterStep-2.2.9/libAfterConf/AfterStep.c 2010-03-21 17:03:09.000000000 +0100
@@ -160,7 +160,7 @@
"Feel WindowBox definition",
"FeelWindowBox",
"defines placement policy for certain type of windows, based on desk, window attributes, window size, etc."
- " Usefull for xinerama configurations, where windows should not be placed in between screens.",
+ " Useful for xinerama configurations, where windows should not be placed in between screens.",
NULL,
0
};
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/afterbase.c AfterStep-2.2.9/libAfterImage/afterbase.c
--- AfterStep-2.2.9-old/libAfterImage/afterbase.c 2009-02-12 00:32:03.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/afterbase.c 2010-03-21 17:03:09.000000000 +0100
@@ -970,7 +970,7 @@
/************************************************************************/
/************************************************************************/
-/* Some usefull implementations */
+/* Some useful implementations */
/************************************************************************/
ASHashKey asim_pointer_hash_value (ASHashableValue value, ASHashKey hash_size)
{
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/afterimage.h AfterStep-2.2.9/libAfterImage/afterimage.h
--- AfterStep-2.2.9-old/libAfterImage/afterimage.h 2004-11-11 00:37:25.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/afterimage.h 2010-03-21 17:03:09.000000000 +0100
@@ -116,7 +116,7 @@
* Note that XPM can be supported both via built-in code or via libXpm,
* depending on compilation configuration.
* Actuall image file format is autodetected from the file contents -
- * file name extention is not used and can be anything at all.
+ * file name extension is not used and can be anything at all.
*
* 6. Image export into many popular file formats. Currently implemented :
* XPM, JPEG, PNG, GIF. Work is underway to implement support for TIFF,
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/apps/ascompose.c AfterStep-2.2.9/libAfterImage/apps/ascompose.c
--- AfterStep-2.2.9-old/libAfterImage/apps/ascompose.c 2009-02-12 00:32:03.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/apps/ascompose.c 2010-03-21 17:03:09.000000000 +0100
@@ -198,7 +198,7 @@
" --dont-clear don't clear window before displaying next image\n"
" Note that when -I option is used in conjunction with input from\n"
" string or a file - ascompose will endlesly loop through the contents\n"
- " untill it is killed - usefull for slideshow type of activity.\n"
+ " untill it is killed - useful for slideshow type of activity.\n"
" When input comes from STDIN, then ascompose will loop untill Ctrl+D\n"
" is received (EOF).\n"
"\n"
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/apps/asflip.c AfterStep-2.2.9/libAfterImage/apps/asflip.c
--- AfterStep-2.2.9-old/libAfterImage/apps/asflip.c 2009-02-12 00:32:03.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/apps/asflip.c 2010-03-21 17:03:09.000000000 +0100
@@ -199,7 +199,7 @@
* Step 2. Flipping ASImage.
* DESCRIPTION
* Flipping can actually be combined with offset and tiling. Original
- * image gets tiled to suplied rectangle, and then gets rotated to
+ * image gets tiled to supplied rectangle, and then gets rotated to
* requested degree.
* EXAMPLE
* flipped_im = flip_asimage(asv, im,
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/apps/asscale.c AfterStep-2.2.9/libAfterImage/apps/asscale.c
--- AfterStep-2.2.9-old/libAfterImage/apps/asscale.c 2009-02-12 00:32:03.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/apps/asscale.c 2010-03-21 17:03:09.000000000 +0100
@@ -206,7 +206,7 @@
* ASImage will not have any data in its buffers, but it will have
* ximage member set to point to valid XImage. Subsequently we enjoy
* that convenience, by setting use_cached to True in call to
- * asimage2pixmap. That ought to save us alot of processing.
+ * asimage2pixmap. That ought to save us a lot of processing.
*
* Scaling algorithm is rather sophisticated and is implementing 4 point
* interpolation. Which basically means that we try to approximate each
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/apps/astext.c AfterStep-2.2.9/libAfterImage/apps/astext.c
--- AfterStep-2.2.9-old/libAfterImage/apps/astext.c 2009-02-12 00:32:03.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/apps/astext.c 2010-03-21 17:03:09.000000000 +0100
@@ -394,7 +394,7 @@
* SYNOPSIS
* Step 2. Approximating rendered text size.
* DESCRIPTION
- * Prior to actually drawing the text it is usefull to estimate the size
+ * Prior to actually drawing the text it is useful to estimate the size
* of the image, that rendered text will occupy, So that window can be
* created of appropriate size, and othe interface elements laid out
* accordingly. get_text_size() could be used to obtain rendered text
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/apps/astile.c AfterStep-2.2.9/libAfterImage/apps/astile.c
--- AfterStep-2.2.9-old/libAfterImage/apps/astile.c 2009-02-12 00:32:03.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/apps/astile.c 2010-03-21 17:03:09.000000000 +0100
@@ -245,7 +245,7 @@
* As the result obtained ASImage will not have any data in its buffers,
* but it will have ximage member set to point to valid XImage.
* Subsequently we enjoy that convinience, by setting use_cached to True
- * in call to asimage2pixmap(). That ought to save us alot of processing.
+ * in call to asimage2pixmap(). That ought to save us a lot of processing.
*
* Tinting works in both directions - it can increase intensity of the
* color or decrease it. If any particular channel of the tint_color is
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/apps/asview.c AfterStep-2.2.9/libAfterImage/apps/asview.c
--- AfterStep-2.2.9-old/libAfterImage/apps/asview.c 2009-02-12 00:32:03.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/apps/asview.c 2010-03-21 17:03:09.000000000 +0100
@@ -233,7 +233,7 @@
* Step 3. Preparation of the visual.
* DESCRIPTION
* At this point we have to obtain Visual information, as window
- * creation is highly dependant on Visual being used. In fact when X
+ * creation is highly dependent on Visual being used. In fact when X
* creates a window it ties it to a particular Visual, and all its
* attributes, such as colormap, pixel values, pixmaps, etc. must be
* associated with the same Visual. Accordingly we need to acquire
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/asfont.h AfterStep-2.2.9/libAfterImage/asfont.h
--- AfterStep-2.2.9-old/libAfterImage/asfont.h 2008-08-15 23:47:37.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/asfont.h 2010-03-21 17:03:09.000000000 +0100
@@ -330,7 +330,7 @@
* fontman - pointer to valid ASFontManager object to be deallocated.
* reusable - If True, then memory holding object itself will not be
* freed - only resources will be deallocated. That is
- * usefull for structures created on stack.
+ * useful for structures created on stack.
* DESCRIPTION
* destroy_font_manager() closes all the fonts open with this
* ASFontManager. It will also close connection to FreeType library, and
@@ -365,8 +365,8 @@
* open_freetype_font() will attempt to find font file in any of the
* directories specified in ASFontManager's font_path. If it fails to do
* so - then it will check if filename has alldigit extentions. It will
- * then try to interpret that extention as a face number, and try and
- * find the file with extention stripped off.
+ * then try to interpret that extension as a face number, and try and
+ * find the file with extension stripped off.
* If file was found function will atempt to read it using FreeType
* library. If requested face is not available in the font - face 0 will
* be used.
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/asim_afterbase.h AfterStep-2.2.9/libAfterImage/asim_afterbase.h
--- AfterStep-2.2.9-old/libAfterImage/asim_afterbase.h 2008-06-18 22:34:51.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/asim_afterbase.h 2010-03-21 17:03:09.000000000 +0100
@@ -141,7 +141,7 @@
* Please submit a bug report if usage of any of the following generates errors on
* your compiler . Thanks!!! */
-/* Some usefull debugging macros : */
+/* Some useful debugging macros : */
#ifdef __GNUC__
#if (!defined(NO_DEBUG_OUTPUT))&&(defined(LOCAL_DEBUG)||defined(DEBUG)||defined(DEBUG_ALL))
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/asimage.h AfterStep-2.2.9/libAfterImage/asimage.h
--- AfterStep-2.2.9-old/libAfterImage/asimage.h 2008-05-30 00:23:25.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/asimage.h 2010-03-21 17:03:09.000000000 +0100
@@ -226,7 +226,7 @@
/* Auxiliary data structures : */
/****s* libAfterImage/ASVectorPalette
* NAME
- * ASVectorPalette contains pallette allowing us to map double values
+ * ASVectorPalette contains palette allowing us to map double values
* in vector image data into actuall ARGB values.
* SOURCE
*/
@@ -277,7 +277,7 @@
* array3: [layer6(next==NULL)][layer7(next==layer7)]
* ^______|
*
- * While iterating throught such a list we check for two conditions -
+ * While iterating through such a list we check for two conditions -
* exceeding count of layers and layer pointing to self. When any of
* that is met - we stopping iteration.
* SEE ALSO
@@ -640,7 +640,7 @@
* INPUTS
* imman - pointer to ASImageManager object to be deallocated
* reusable - if True, then memory that holds object itself will
- * not be deallocated. Usefull when object is created
+ * not be deallocated. Useful when object is created
* on stack.
* DESCRIPTION
* Destroys all the referenced images, PATH values and if reusable is False,
@@ -1102,9 +1102,9 @@
* rects_count_ret - returns count of generated rectangles.
* DESCRIPTION
* This function will translate contents of selected channel
- * (usualy alpha) into a list of rectangles, ecompasing regions
- * with values above the threshold. This is usefull to generate shape
- * of the window to be used with X Shape extention.
+ * (usually alpha) into a list of rectangles, ecompasing regions
+ * with values above the threshold. This is useful to generate shape
+ * of the window to be used with X Shape extension.
*********/
XRectangle*
get_asimage_channel_rects( ASImage *src, int channel, unsigned int threshold, unsigned int *rects_count_ret );
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/asimagexml.c AfterStep-2.2.9/libAfterImage/asimagexml.c
--- AfterStep-2.2.9-old/libAfterImage/asimagexml.c 2009-02-12 00:32:03.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/asimagexml.c 2010-03-21 17:03:09.000000000 +0100
@@ -1470,7 +1470,7 @@
* ATTRIBUTES
* id Optional. Image will be given this name for future reference.
* dst Optional. Name of file image will be saved to. If omitted
- * image will be dumped into stdout - usefull for CGI apps.
+ * image will be dumped into stdout - useful for CGI apps.
* format Optional. Ouput format of saved image. Defaults to the
* extension of the "dst" parameter. Valid values are the
* standard AS image file formats: xpm, jpg, png, gif, tiff.
@@ -1917,7 +1917,7 @@
* further images will be discarded.
* Contents of the image between x_start and x_end will be tiled
* horizontally. Contents of the image between y_start and y_end will be
- * tiled vertically. This is usefull to get background images to fit the
+ * tiled vertically. This is useful to get background images to fit the
* size of the text or a widget, while preserving its borders undistorted,
* which is the usuall result of simple scaling.
* If you want to keep image proportions while resizing-use "proportional"
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/asvisual.h AfterStep-2.2.9/libAfterImage/asvisual.h
--- AfterStep-2.2.9-old/libAfterImage/asvisual.h 2008-05-30 00:23:25.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/asvisual.h 2010-03-21 17:03:09.000000000 +0100
@@ -340,7 +340,7 @@
* screen - screen number on which to query visuals.
* root - root window on that screen.
* default_depth- default colordepth of the screen.
- * visual_id - optional ID of prefered Visual.
+ * visual_id - optional ID of preferred Visual.
* cmap - optional colormap to be used.
* RETURN VALUE
* True on success, False on failure
@@ -433,7 +433,7 @@
* structure, but instead will use supplied one. Useful for allocating
* ASVisual on stack.
* This particular function will not do any autodetection and will use
- * Visual ID supplied. That is usefull when libAfterImage is used with
+ * Visual ID supplied. That is useful when libAfterImage is used with
* an app that has its own approach to Visual handling, and since Visuals
* on all Windows, Pixmaps and colormaps must match, there is a need to
* synchronise visuals used by an app and libAfterImage.
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/blender.c AfterStep-2.2.9/libAfterImage/blender.c
--- AfterStep-2.2.9-old/libAfterImage/blender.c 2008-05-30 00:23:25.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/blender.c 2010-03-21 17:03:09.000000000 +0100
@@ -319,9 +319,9 @@
{ "dissipate", 9, dissipate_scanlines, "randomly alpha-blend images"},
{ "hue", 3, hue_scanlines, "hue bottom image same as top image" },
{ "lighten", 7, lighten_scanlines, "use highest color value from both images" },
- { "overlay", 7, overlay_scanlines, "some wierd image overlaying(see GIMP)" },
+ { "overlay", 7, overlay_scanlines, "some weird image overlaying(see GIMP)" },
{ "saturate", 8, saturate_scanlines, "saturate bottom image same as top image"},
- { "screen", 6, screen_scanlines, "another wierd image overlaying(see GIMP)" },
+ { "screen", 6, screen_scanlines, "another weird image overlaying(see GIMP)" },
{ "sub", 3, sub_scanlines, "color substraction with saturation" },
{ "tint", 4, tint_scanlines, "tinting image with image" },
{ "value", 5, value_scanlines, "value bottom image same as top image" },
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/blender.h AfterStep-2.2.9/libAfterImage/blender.h
--- AfterStep-2.2.9-old/libAfterImage/blender.h 2005-04-04 18:52:21.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/blender.h 2010-03-21 17:03:09.000000000 +0100
@@ -28,7 +28,7 @@
* saturate_scanlines(), value_scanlines(),
* colorize_scanlines(), dissipate_scanlines().
*
- * usefull merging function name to function translator :
+ * useful merging function name to function translator :
* blend_scanlines_name2func()
*
* Other libAfterImage modules :
@@ -197,9 +197,9 @@
* value of top and bottom :
* bottom = (bottom>top)?bottom:top;
* NAME
- * screen_scanlines() - some wierd merging algorithm taken from GIMP;
+ * screen_scanlines() - some weird merging algorithm taken from GIMP;
* NAME
- * overlay_scanlines() - some wierd merging algorithm taken from GIMP;
+ * overlay_scanlines() - some weird merging algorithm taken from GIMP;
* NAME
* hue_scanlines() - substitute hue of bottom scanline with hue of
* top scanline;
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/char2uni.h AfterStep-2.2.9/libAfterImage/char2uni.h
--- AfterStep-2.2.9-old/libAfterImage/char2uni.h 2004-08-13 00:27:20.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/char2uni.h 2010-03-21 17:03:09.000000000 +0100
@@ -59,7 +59,7 @@
/****d* libAfterImage/CHAR_SIZE
* NAME
- * CHAR_SIZE - Convinient macro so we can transparently determine the
+ * CHAR_SIZE - Convenient macro so we can transparently determine the
* number of bytes that character spans. It assumes UTF-8 encoding when
* I18N is enabled.
* SOURCE
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/config.h.in AfterStep-2.2.9/libAfterImage/config.h.in
--- AfterStep-2.2.9-old/libAfterImage/config.h.in 2006-11-07 18:43:13.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/config.h.in 2010-03-21 17:03:09.000000000 +0100
@@ -34,7 +34,7 @@
/* Define if libgif/ungif is available */
#undef HAVE_GIF
-/* Support for OpenGL extention */
+/* Support for OpenGL extension */
#undef HAVE_GLX
/* Define to 1 if you have the <inttypes.h> header file. */
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/configure AfterStep-2.2.9/libAfterImage/configure
--- AfterStep-2.2.9-old/libAfterImage/configure 2010-03-21 17:03:08.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/configure 2010-03-21 17:03:09.000000000 +0100
@@ -872,9 +872,9 @@
--enable-warn turn on more compiler warnings (for debugging) no
--enable-gprof add gprof symbols (-pg) (for debugging) no
--enable-audit memory usage audit (for debugging) no
- --enable-shmimage enable usage of MIT shared memory extention for image transfer no
- --enable-shaping enable usage of MIT shaped windows extention yes
- --enable-glx enable usage of GLX extention no
+ --enable-shmimage enable usage of MIT shared memory extension for image transfer no
+ --enable-shaping enable usage of MIT shaped windows extension yes
+ --enable-glx enable usage of GLX extension no
--enable-mmx-optimization enable utilization of MMX instruction set to speed up imaging operations yes
Optional Packages:
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/configure.in AfterStep-2.2.9/libAfterImage/configure.in
--- AfterStep-2.2.9-old/libAfterImage/configure.in 2010-03-21 17:03:08.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/configure.in 2010-03-21 17:03:09.000000000 +0100
@@ -35,9 +35,9 @@
AC_ARG_ENABLE(warn, [ --enable-warn turn on more compiler warnings (for debugging) [no] ],enable_warn=$enableval,enable_warn="no")
AC_ARG_ENABLE(gprof, [ --enable-gprof add gprof symbols (-pg) (for debugging) [no] ],enable_gprof=$enableval,enable_gprof="no")
AC_ARG_ENABLE(audit, [ --enable-audit memory usage audit (for debugging) [no] ],enable_audit=$enableval,enable_audit="no")
-AC_ARG_ENABLE(shmimage, [ --enable-shmimage enable usage of MIT shared memory extention for image transfer [no] ],enable_shmimage=$enableval,enable_shmimage="no")
-AC_ARG_ENABLE(shaping, [ --enable-shaping enable usage of MIT shaped windows extention [yes] ],enable_shaping=$enableval,enable_shaping="yes")
-AC_ARG_ENABLE(glx, [ --enable-glx enable usage of GLX extention [no] ],enable_glx=$enableval,enable_glx="no")
+AC_ARG_ENABLE(shmimage, [ --enable-shmimage enable usage of MIT shared memory extension for image transfer [no] ],enable_shmimage=$enableval,enable_shmimage="no")
+AC_ARG_ENABLE(shaping, [ --enable-shaping enable usage of MIT shaped windows extension [yes] ],enable_shaping=$enableval,enable_shaping="yes")
+AC_ARG_ENABLE(glx, [ --enable-glx enable usage of GLX extension [no] ],enable_glx=$enableval,enable_glx="no")
AC_ARG_ENABLE(mmx_optimization,
[ --enable-mmx-optimization enable utilization of MMX instruction set to speed up imaging operations [yes] ],enable_mmx_optimization=$enableval,enable_mmx_optimization="yes")
@@ -313,7 +313,7 @@
fi
if test "x$enable_glx" = "xyes"; then
- AC_CHECK_LIB(GL, glDrawPixels, [x_libs="$x_libs -lGL";AC_DEFINE(HAVE_GLX,1,Support for OpenGL extention)],,$full_x_libs)
+ AC_CHECK_LIB(GL, glDrawPixels, [x_libs="$x_libs -lGL";AC_DEFINE(HAVE_GLX,1,Support for OpenGL extension)],,$full_x_libs)
fi
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/imencdec.h AfterStep-2.2.9/libAfterImage/imencdec.h
--- AfterStep-2.2.9-old/libAfterImage/imencdec.h 2008-05-30 00:23:25.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/imencdec.h 2010-03-21 17:03:09.000000000 +0100
@@ -242,7 +242,7 @@
* empty scanlines while writing ASImage. If back_color of empty scanline
* matches back_color of ASImageOutput - then particular line is erased!
* If back_colors are same - then particular line of ASImage gets filled
- * with the back_color of ASScanline. First approach is usefull when
+ * with the back_color of ASScanline. First approach is useful when
* resulting image will be used in subsequent call to merge_layers - in
* such case knowing back_color of image is good enough and we don't need
* to store lines with the same color. In case where ASImage will be
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/README AfterStep-2.2.9/libAfterImage/README
--- AfterStep-2.2.9-old/libAfterImage/README 2008-01-15 22:13:30.000000000 +0100
+++ AfterStep-2.2.9/libAfterImage/README 2010-03-21 17:03:09.000000000 +0100
@@ -18,7 +18,7 @@
libAfterImage will install itself into /usr/local/lib on most
systems. In addition it will install afterimage-libs script to
/usr/local/bin. This script can be used to query what libraries
-libAfterImage is dependant on. All of this libraries has to be
+libAfterImage is dependent on. All of this libraries has to be
linked to, while building an application utilizing libAfterImage.
Header files for the library will be installed into
/usr/local/include/libAfterImage on most systems.
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/transform.c AfterStep-2.2.9/libAfterImage/transform.c
--- AfterStep-2.2.9-old/libAfterImage/transform.c 2008-04-17 17:14:51.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/transform.c 2010-03-21 17:03:09.000000000 +0100
@@ -2650,7 +2650,7 @@
gauss[0] = 1.0;
return;
}
- /* after radius of 128 - gaussian degrades into something wierd,
+ /* after radius of 128 - gaussian degrades into something weird,
since our colors are only 8 bit */
if (radius > 128.0) radius = 128.0;
std_dev = (radius - 1) * 0.3003866304;
@@ -2718,7 +2718,7 @@
gauss_sums[0] = 1024;
return;
}
- /* after radius of 128 - gaussian degrades into something wierd,
+ /* after radius of 128 - gaussian degrades into something weird,
since our colors are only 8 bit */
if (i > 128) i = 128;
#if 1
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/transform.h AfterStep-2.2.9/libAfterImage/transform.h
--- AfterStep-2.2.9-old/libAfterImage/transform.h 2008-04-08 00:46:15.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/transform.h 2010-03-21 17:03:09.000000000 +0100
@@ -267,7 +267,7 @@
/****f* libAfterImage/transform/blur_asimage_gauss()
* NAME
* blur_asimage_gauss() Performs Gaussian blurr of the image
- * ( usefull for drop shadows and the likes ).
+ * ( useful for drop shadows and the likes ).
* SYNOPSIS
* ASImage* blur_asimage_gauss( ASVisual* asv, ASImage* src,
* double horz, double vert,
@@ -427,7 +427,7 @@
/****f* libAfterImage/transform/colorize_asimage_vector()
* NAME
* colorize_asimage_vector() creates ASImage from double precision indexed
- * image data - usefull for scientific visualisation.
+ * image data - useful for scientific visualisation.
* SYNOPSIS
* Bool colorize_asimage_vector( ASVisual *asv, ASImage *im,
* ASVectorPalette *palette,
@@ -497,9 +497,9 @@
* asv - pointer to valid ASVisual structure
* src - source ASImage.
* slice_x_start - ending of the left corners
- * slice_x_end - begining of the right corners
+ * slice_x_end - beginning of the right corners
* slice_y_start - ending of the top corners
- * slice_y_end - begining of the bottom corners
+ * slice_y_end - beginning of the bottom corners
* to_width - width of the generated image;
* to_height - height of the generated image;
* scaled - if True - middle part of the image will be scaled,
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/ungif.c AfterStep-2.2.9/libAfterImage/ungif.c
--- AfterStep-2.2.9-old/libAfterImage/ungif.c 2006-10-11 01:54:36.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/ungif.c 2010-03-21 17:03:09.000000000 +0100
@@ -110,7 +110,7 @@
/* It appears that nobody has bloody debugged giflib with multiimage files where
* subimages have private colormaps. So it bloody fucks everything up.
- * So we bloody have to cludge it to get something usefull.
+ * So we bloody have to cludge it to get something useful.
* Oh The pain! The pain!
*/
int fread_gif( GifFileType *gif, GifByteType* buf, int len )
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libAfterImage/ximage.h AfterStep-2.2.9/libAfterImage/ximage.h
--- AfterStep-2.2.9-old/libAfterImage/ximage.h 2007-10-16 19:32:49.000000000 +0200
+++ AfterStep-2.2.9/libAfterImage/ximage.h 2010-03-21 17:03:09.000000000 +0100
@@ -203,7 +203,7 @@
* im - source ASImage
* bitmap - if True resulting XImage will have depth of 1 bit -
* traditional X mask; otherwise it will have depth of 8
- * (usefull for XFree86 RENDER extension)
+ * (useful for XFree86 RENDER extension)
* RETURN VALUE
* On success returns newly created and encoded XImage of the depth 1 or 8.
* NULL on failure.
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/libASGTK/asgtkxmleditor.c AfterStep-2.2.9/libASGTK/asgtkxmleditor.c
--- AfterStep-2.2.9-old/libASGTK/asgtkxmleditor.c 2007-01-03 01:23:37.000000000 +0100
+++ AfterStep-2.2.9/libASGTK/asgtkxmleditor.c 2010-03-21 17:03:09.000000000 +0100
@@ -535,7 +535,7 @@
"slices image to arbitrary size leaving corners unchanged.\n"
"Contents of the image between x_start and x_end will be tiled horizontally. "
"Contents of the image between y_start and y_end will be tiled vertically. "
- "This is usefull to get background images to fit the size of the text or a widget, while preserving its borders undistorted, "
+ "This is useful to get background images to fit the size of the text or a widget, while preserving its borders undistorted, "
"which is the usuall result of simple scaling.\n"
"If you want to keep image proportions while resizing-use \"proportional\" instead of specific size for particular dimention."
,
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/Button AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/Button
--- AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/Button 2004-08-10 00:02:53.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/Button 2010-03-21 17:03:09.000000000 +0100
@@ -1,7 +1,7 @@
<varlistentry id="options.Button">
<term>Button <emphasis remap='I'>number</emphasis></term>
<listitem>
-<para>Specifing a <emphasis remap='I'>number</emphasis> to each use of <emphasis remap='I'>Button</emphasis> will cause that
+<para>Specifying a <emphasis remap='I'>number</emphasis> to each use of <emphasis remap='I'>Button</emphasis> will cause that
buttons number to be displayed in the title bar. Number should be the same as used in <emphasis remap='I'>TitleButtons</emphasis>
setting. The default is to display all buttons defined in the <emphasis remap='I'>look.name</emphasis> file if the
following conditions are met: there is a valid bitmap or pixmap specified for the button in the <emphasis remap='I'>look.name</emphasis> file;
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/DefaultGeometry AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/DefaultGeometry
--- AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/DefaultGeometry 2005-02-05 22:13:33.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/DefaultGeometry 2010-03-21 17:03:09.000000000 +0100
@@ -8,7 +8,7 @@
<para>will force mozilla windows (or any windows that have "mozilla" in its
name ) to have initial size 1024x500.</para>
-<para>Note that in case of mozilla its usefull to define several Styles so
+<para>Note that in case of mozilla its useful to define several Styles so
that you will get different geometries for different dialog boxes, such
as search/download/ etc</para>
</listitem>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/HonorPPosition AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/HonorPPosition
--- AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/HonorPPosition 2004-09-17 01:14:01.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/HonorPPosition 2010-03-21 17:03:09.000000000 +0100
@@ -4,7 +4,7 @@
<para>Forces AfterStep to use PPosition hint for this window. PPosition hint
normally means that application has determined its position due to some
of its own configuration settings, and position has not been
- explicitely requested on the command line. This setting overrides
+ explicitly requested on the command line. This setting overrides
NoPPosition setting in feel file.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/NoButton AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/NoButton
--- AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/NoButton 2004-08-10 00:02:53.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/NoButton 2010-03-21 17:03:09.000000000 +0100
@@ -1,7 +1,7 @@
<varlistentry id="options.NoButton">
<term>NoButton <emphasis remap='I'>number</emphasis></term>
<listitem>
-<para>Specifing a <emphasis remap='I'>number</emphasis> to each use of <emphasis remap='I'>NoButton</emphasis> will cause that
+<para>Specifying a <emphasis remap='I'>number</emphasis> to each use of <emphasis remap='I'>NoButton</emphasis> will cause that
buttons be hidden from the title bar. Number should be the same as used in <emphasis remap='I'>TitleButtons</emphasis>
setting. The default is to display all buttons defined in the <emphasis remap='I'>look.name</emphasis> file if the
following conditions are met: there is a valid bitmap or pixmap specified for the button in the <emphasis remap='I'>look.name</emphasis> file;
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/OverrideGravity AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/OverrideGravity
--- AfterStep-2.2.9-old/src/ASDocGen/source/ASDatabaseEntry/OverrideGravity 2005-02-05 22:13:34.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ASDatabaseEntry/OverrideGravity 2010-03-21 17:03:09.000000000 +0100
@@ -5,7 +5,7 @@
<para>Some applications (notably xv) have been designed without reading widely
accepted and used standards such as ICCCM. Gravity value is one of
the hints that often get misplaced by applications. As the result may
- exhibit wierd placement behaviour - such as windows moving to the
+ exhibit weird placement behaviour - such as windows moving to the
top-left with each resize or file opened. Try specifying StaticGravity
for such apps. Also some applications do not set gravity correctly. For
example you start an application with geometry +10-10 which means
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/ActiveDark AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/ActiveDark
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/ActiveDark 2005-03-01 20:30:31.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/ActiveDark 2010-03-21 17:03:09.000000000 +0100
@@ -2,6 +2,6 @@
<term>ActiveDark</term>
<listitem>
<para>This color should have slightly lesser value then Active (be 5-10% darker).
-This is usefull when background of focused titlebar is a gradient.</para>
+This is useful when background of focused titlebar is a gradient.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/ActiveLight AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/ActiveLight
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/ActiveLight 2005-03-01 20:30:31.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/ActiveLight 2010-03-21 17:03:09.000000000 +0100
@@ -2,6 +2,6 @@
<term>ActiveLight</term>
<listitem>
<para>This color should have slightly higher value then Active (be 5-10% lighter).
-This is usefull when background of focused titlebar is a gradient.</para>
+This is useful when background of focused titlebar is a gradient.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/BaseDark AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/BaseDark
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/BaseDark 2005-03-01 20:30:31.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/BaseDark 2010-03-21 17:03:09.000000000 +0100
@@ -2,6 +2,6 @@
<term>BaseDark</term>
<listitem>
<para>Color that should be about 10% darker then the Base color, but have similar hue and saturation.
-Usefull for drawing gradiented desktop background.</para>
+Useful for drawing gradiented desktop background.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/BaseLight AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/BaseLight
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/BaseLight 2005-03-01 20:30:31.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/BaseLight 2010-03-21 17:03:09.000000000 +0100
@@ -2,6 +2,6 @@
<term>BaseLight</term>
<listitem>
<para>Color that should be about 10% lighter then the Base color, but have similar hue and saturation.
-Usefull for drawing gradiented desktop background.</para>
+Useful for drawing gradiented desktop background.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/_footnotes AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/_footnotes
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/_footnotes 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/_footnotes 2010-03-21 17:03:09.000000000 +0100
@@ -3,7 +3,7 @@
Also all ColorScheme colors could be used in AfterStep XML images, similarly to standard X color aliases.
It is also possible to use different aspects of each color - red, green, blue and alpha, hue, saturation and value individualy.
For each color there are 6 variables defined using following sytax: $ascs.colorname.component .
-For example $ascs.Active.hue represents hue of the Active color. This is usefull while doing transformations (tinting, hsv, etc ) in
+For example $ascs.Active.hue represents hue of the Active color. This is useful while doing transformations (tinting, hsv, etc ) in
AfterStep XML images.</para>
</section>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighActiveBackDark AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighActiveBackDark
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighActiveBackDark 2005-03-01 20:30:31.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighActiveBackDark 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.HighActiveBackDark">
<term>HighActiveBackDark</term>
<listitem>
- <para>Should be 10% darker then HighActiveBack color. Usefull for gradiented background of selected menu item.</para>
+ <para>Should be 10% darker then HighActiveBack color. Useful for gradiented background of selected menu item.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighActiveBackLight AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighActiveBackLight
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighActiveBackLight 2005-03-01 20:30:31.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighActiveBackLight 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.HighActiveBackLight">
<term>HighActiveBackLight</term>
<listitem>
- <para>Should be 10% lighter then HighActiveBack color. Usefull for gradiented background of selected menu item.</para>
+ <para>Should be 10% lighter then HighActiveBack color. Useful for gradiented background of selected menu item.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighActiveDark AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighActiveDark
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighActiveDark 2005-03-01 20:30:31.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighActiveDark 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.HighActiveDark">
<term>HighActiveDark</term>
<listitem>
- <para>Should be 10% darker then HighActive color. Usefull for gradiented background of focused menu titlebar.</para>
+ <para>Should be 10% darker then HighActive color. Useful for gradiented background of focused menu titlebar.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighActiveLight AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighActiveLight
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighActiveLight 2005-03-01 20:30:31.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighActiveLight 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.HighActiveLight">
<term>HighActiveLight</term>
<listitem>
- <para>Should be 10% lighter then HighActive color. Usefull for gradiented background of focused menu titlebar.</para>
+ <para>Should be 10% lighter then HighActive color. Useful for gradiented background of focused menu titlebar.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighInactiveBackDark AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighInactiveBackDark
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighInactiveBackDark 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighInactiveBackDark 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.HighInactiveBackDark">
<term>HighInactiveBackDark</term>
<listitem>
- <para>Should be 10% darker then HighInactiveBack color. Usefull for gradiented background of inactive menu item.</para>
+ <para>Should be 10% darker then HighInactiveBack color. Useful for gradiented background of inactive menu item.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighInactiveBackLight AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighInactiveBackLight
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighInactiveBackLight 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighInactiveBackLight 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.HighInactiveBackLight">
<term>HighInactiveBackLight</term>
<listitem>
- <para>Should be 10% lighter then HighInactiveBack color. Usefull for gradiented background of inactive menu item.</para>
+ <para>Should be 10% lighter then HighInactiveBack color. Useful for gradiented background of inactive menu item.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighInactiveDark AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighInactiveDark
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighInactiveDark 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighInactiveDark 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.HighInactiveDark">
<term>HighInactiveDark</term>
<listitem>
- <para>Should be 10% darker then HighInactive color. Usefull for gradiented background of inactive menu titlebars.</para>
+ <para>Should be 10% darker then HighInactive color. Useful for gradiented background of inactive menu titlebars.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighInactiveLight AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighInactiveLight
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/HighInactiveLight 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/HighInactiveLight 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.HighInactiveLight">
<term>HighInactiveLight</term>
<listitem>
- <para>Should be 10% lighter then HighInactive color. Usefull for gradiented background of inactive menu titlebars.</para>
+ <para>Should be 10% lighter then HighInactive color. Useful for gradiented background of inactive menu titlebars.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/Inactive1Dark AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/Inactive1Dark
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/Inactive1Dark 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/Inactive1Dark 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.Inactive1Dark">
<term>Inactive1Dark</term>
<listitem>
- <para>Should be 10% darker then Inactive1. Usefull for gradiented background of unfocused windows.</para>
+ <para>Should be 10% darker then Inactive1. Useful for gradiented background of unfocused windows.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/Inactive1Light AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/Inactive1Light
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/Inactive1Light 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/Inactive1Light 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.Inactive1Light">
<term>Inactive1Light</term>
<listitem>
- <para>Should be 10% lighter then Inactive1. Usefull for gradiented background of unfocused windows.</para>
+ <para>Should be 10% lighter then Inactive1. Useful for gradiented background of unfocused windows.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/Inactive2Dark AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/Inactive2Dark
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/Inactive2Dark 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/Inactive2Dark 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.Inactive2Dark">
<term>Inactive2Dark</term>
<listitem>
- <para>Should be 10% darker then Inactive2. Usefull for gradiented background of sticky windows.</para>
+ <para>Should be 10% darker then Inactive2. Useful for gradiented background of sticky windows.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/Inactive2Light AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/Inactive2Light
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/Inactive2Light 2005-03-02 00:01:07.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/Inactive2Light 2010-03-21 17:03:09.000000000 +0100
@@ -1,6 +1,6 @@
<varlistentry id="options.Inactive2Light">
<term>Inactive2Light</term>
<listitem>
- <para>Should be 10% lighter then Inactive2. Usefull for gradiented background of sticky windows.</para>
+ <para>Should be 10% lighter then Inactive2. Useful for gradiented background of sticky windows.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/_overview AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/_overview
--- AfterStep-2.2.9-old/src/ASDocGen/source/ColorScheme/_overview 2004-09-01 00:55:33.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/ColorScheme/_overview 2010-03-21 17:03:09.000000000 +0100
@@ -8,11 +8,11 @@
By assigning different color values to teh same color names it is possible to instantly change colors throughout entire Look,
without altering any images or configuration files.
</para><para>
-Not all of the Colorscheme colors have to be explicitely defined. Only the Base color is important.
+Not all of the Colorscheme colors have to be explicitly defined. Only the Base color is important.
AfterStep is capable of autogeneration of good-looking colorscheme, from this single color.
Explicit color definition in colorscheme file will override any automatic choice.
Example of this is the NeXTish colorscheme, where all of the colors are customized.
-If grayscale color is choosen for Base - it will generate grayscale colorscheme, where different shades of gray
+If grayscale color is chosen for Base - it will generate grayscale colorscheme, where different shades of gray
are used for different colors.
</para><para>
Selected colorscheme file is loaded by all modules and afterstep proper.
@@ -91,7 +91,7 @@
Foreground colors are used to render text, while background colors make up a backdrop for that text.
Now there are several constraints on foreground colors - they should be contrasting with backgrounds,
and it is always better to constrain foreground colors to black and white, as colored text tends to "bleed" ontop background,
-making it less eligible. Another problem with foreground being colorfull is that it increases strain on user's eyes,
+making it less eligible. Another problem with foreground being colorful is that it increases strain on user's eyes,
forcing them to adapt to too many different contrasting colors.
</listitem></varlistentry>
<varlistentry id="color_names.active_inactive">
@@ -163,7 +163,7 @@
</listitem></varlistentry>
<varlistentry id="color_values.alpha">
<term>alpha(alpha,color)</term><listitem>
-Alters alpha of the given predefined color. This is usefull to make colors from colorscheme semi-transparent.
+Alters alpha of the given predefined color. This is useful to make colors from colorscheme semi-transparent.
</listitem></varlistentry>
<varlistentry id="color_values.red">
<term>red(red,color)</term><listitem>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/Feel/ClickToFocus AfterStep-2.2.9/src/ASDocGen/source/Feel/ClickToFocus
--- AfterStep-2.2.9-old/src/ASDocGen/source/Feel/ClickToFocus 2005-02-05 22:13:34.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/Feel/ClickToFocus 2010-03-21 17:03:09.000000000 +0100
@@ -5,7 +5,7 @@
window until a new window's TitleBar is clicked on, or gains
focus through Warping or de-iconification.</para>
<para> AfterStep will not switch focus following mouse pointer, but instead will
- switch it when window is explicitely clicked. This is the same as before.
+ switch it when window is explicitly clicked. This is the same as before.
The only difference is that AfterStep will not Raise window automagically,
unless some other settings are set. Possible way to Raise window on
focusing include:</para>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/Functions/ExecInTerm AfterStep-2.2.9/src/ASDocGen/source/Functions/ExecInTerm
--- AfterStep-2.2.9-old/src/ASDocGen/source/Functions/ExecInTerm 2005-04-19 18:31:50.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/Functions/ExecInTerm 2010-03-21 17:03:09.000000000 +0100
@@ -1,7 +1,7 @@
<varlistentry id="options.ExecInTerm">
<term>ExecInTerm <emphasis remap='I'>"name"</emphasis> <emphasis remap='I'>command</emphasis> [<option>-options</option>]</term>
<listitem>
- <para>Specifies a sub process to initiate. It is similar to Exec , though targeted at programms that need
+ <para>Specifies a sub process to initiate. It is similar to Exec , though targeted at programs that need
a terminal to run. The following terminal emulators are tried in order: aterm, rxvt, eterm, xterm.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/Look/MenuPinOn AfterStep-2.2.9/src/ASDocGen/source/Look/MenuPinOn
--- AfterStep-2.2.9-old/src/ASDocGen/source/Look/MenuPinOn 2004-12-08 02:31:34.000000000 +0100
+++ AfterStep-2.2.9/src/ASDocGen/source/Look/MenuPinOn 2010-03-21 17:03:09.000000000 +0100
@@ -8,8 +8,8 @@
belonging to menu windows. This button behaves just like any
other TitleButton - for example you can use TitleButtonOrder to
specify where it should go. Problem is you may not know what
- context AfterStep had choosen for it. The better way would be
- to explicitely define TitleButton, and assign PinMenu to it in
+ context AfterStep had chosen for it. The better way would be
+ to explicitly define TitleButton, and assign PinMenu to it in
your feel.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/MyFrame/AllowBorder AfterStep-2.2.9/src/ASDocGen/source/MyFrame/AllowBorder
--- AfterStep-2.2.9-old/src/ASDocGen/source/MyFrame/AllowBorder 2005-09-13 19:02:43.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/MyFrame/AllowBorder 2010-03-21 17:03:09.000000000 +0100
@@ -3,7 +3,7 @@
<listitem>
<para>Denotes that beveled borders should be drawn around
the window frame and titlebar. This is on by default, so this
- option is only usefull in combination with inheriting previously defined
+ option is only useful in combination with inheriting previously defined
window frames.
</para>
<para>See Also: Inherit MyFrame for details.</para>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/MyFrame/CondenseTitlebar AfterStep-2.2.9/src/ASDocGen/source/MyFrame/CondenseTitlebar
--- AfterStep-2.2.9-old/src/ASDocGen/source/MyFrame/CondenseTitlebar 2004-10-26 00:35:34.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/MyFrame/CondenseTitlebar 2010-03-21 17:03:09.000000000 +0100
@@ -2,7 +2,7 @@
<term>CondenseTitlebar <emphasis remap='I'>Left|Right|Center</emphasis></term>
<listitem>
<para>Allows titlebars to be smaller then the size of the window.
- The paramater defines the Alignment of the whole titlebar.</para>
+ The parameter defines the Alignment of the whole titlebar.</para>
<para>See Also: <ulink url="Align#synopsis">Alignment flags</ulink> for further details.</para>
</listitem>
</varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/Pager/SmallFont AfterStep-2.2.9/src/ASDocGen/source/Pager/SmallFont
--- AfterStep-2.2.9-old/src/ASDocGen/source/Pager/SmallFont 2004-08-28 18:23:14.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/Pager/SmallFont 2010-03-21 17:03:09.000000000 +0100
@@ -4,7 +4,7 @@
<para>Specifies a font to use to label the window names in the pager.
It overrides font specified in Focused/Unfocused/Sticky window
style in look file. It also displays text on background color -
- which can be usefull if BackPixmap is specified in window style.
+ which can be useful if BackPixmap is specified in window style.
Window labels seem to be fairly useless for desktop scales of 32
or greater.</para>
</listitem>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/ASDocGen/source/WinCommand/_overview AfterStep-2.2.9/src/ASDocGen/source/WinCommand/_overview
--- AfterStep-2.2.9-old/src/ASDocGen/source/WinCommand/_overview 2005-07-13 15:34:41.000000000 +0200
+++ AfterStep-2.2.9/src/ASDocGen/source/WinCommand/_overview 2010-03-21 17:03:09.000000000 +0100
@@ -87,7 +87,7 @@
</term>
<listitem><para>
-Resize all matching windows. The two paramters width and height are
+Resize all matching windows. The two parameters width and height are
specified using the -width and -height flags.
</para></listitem></varlistentry>
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/Pager/Pager.man AfterStep-2.2.9/src/Pager/Pager.man
--- AfterStep-2.2.9-old/src/Pager/Pager.man 2001-12-13 07:30:32.000000000 +0100
+++ AfterStep-2.2.9/src/Pager/Pager.man 2010-03-21 17:03:09.000000000 +0100
@@ -179,7 +179,7 @@
.IP "*PagerBalloon"
Mini-window balloon style.
-This definitions are dependant on Pager's name, so if you start Pager
+This definitions are dependent on Pager's name, so if you start Pager
as WPager - you should change all the names, like so :
"*PagerInActiveDesk" -> "*WPagerInActiveDesk"
@@ -257,7 +257,7 @@
Specifies a font to use to label the window names in the pager.
It overrides font specified in Focused/Unfocused/Sticky window style
in look file. It also displays text on background color - which
-can be usefull if BackPixmap is specified in window style.
+can be useful if BackPixmap is specified in window style.
Window labels seem to be fairly useless for desktop scales of 32
or greater.
diff -ruN -x config.guess -x config.sub AfterStep-2.2.9-old/src/tools/ASWallpaper/interface.c AfterStep-2.2.9/src/tools/ASWallpaper/interface.c
--- AfterStep-2.2.9-old/src/tools/ASWallpaper/interface.c 2006-11-15 19:25:13.000000000 +0100
+++ AfterStep-2.2.9/src/tools/ASWallpaper/interface.c 2010-03-21 17:03:09.000000000 +0100
@@ -349,7 +349,7 @@
mx->tint_radio = gtk_radio_button_new_with_label( NULL, "Use Tinting (suitable for mostly grayscale images)" );
gtk_box_pack_start (GTK_BOX (box), mx->tint_radio, FALSE, FALSE, 0);
- mx->hsv_radio = gtk_radio_button_new_with_label_from_widget( GTK_RADIO_BUTTON(mx->tint_radio), "Use Hue rotation (suitable for colorfull images)" );
+ mx->hsv_radio = gtk_radio_button_new_with_label_from_widget( GTK_RADIO_BUTTON(mx->tint_radio), "Use Hue rotation (suitable for colorful images)" );
gtk_box_pack_start (GTK_BOX (box), mx->hsv_radio, FALSE, FALSE, 0);
colorize_gtk_widget( frame, get_colorschemed_style_normal() );
gtk_widget_show_all (box);