Browse Source

Mass typo fixes in comments for packages part 3/5.

Margers 1 day ago
parent
commit
92ebf40f04
100 changed files with 202 additions and 202 deletions
  1. 1 1
      packages/gtk2/examples/gtk_demo/gtk_demo.pas
  2. 1 1
      packages/gtk2/fpmake.pp
  3. 1 1
      packages/gtk2/src/glib/gasyncqueue.inc
  4. 1 1
      packages/gtk2/src/glib/gobject.inc
  5. 1 1
      packages/gtk2/src/glib/gunicode.inc
  6. 1 1
      packages/gtk2/src/gtk+/gdk/gdkevents.inc
  7. 6 6
      packages/gtk2/src/gtk+/gtk/gtkclist.inc
  8. 1 1
      packages/gtk2/src/gtk+/gtk/gtkctree.inc
  9. 2 2
      packages/gtk2/src/gtk+/gtk/gtkhsv.inc
  10. 2 2
      packages/gtk2/src/gtk+/gtk/gtkimmodule.inc
  11. 1 1
      packages/gtk2/src/gtk+/gtk/gtkoldeditable.inc
  12. 1 1
      packages/gtk2/src/gtk+/gtk/gtkrc.inc
  13. 1 1
      packages/gtk2/src/gtk+/gtk/gtktext.inc
  14. 2 2
      packages/gtk2/src/gtk+/gtk/gtktextdisplay.inc
  15. 2 2
      packages/gtk2/src/gtk+/gtk/gtktextiterprivate.inc
  16. 1 1
      packages/gtk2/src/gtk+/gtk/gtktexttag.inc
  17. 2 2
      packages/gtk2/src/gtk+/gtk/gtktexttypes.inc
  18. 2 2
      packages/gtk2/src/gtk+/gtk/gtktextutil.inc
  19. 2 2
      packages/gtk2/src/gtk+/gtk/gtkthemes.inc
  20. 1 1
      packages/gtk2/src/gtk+/gtk/gtktreeview.inc
  21. 2 2
      packages/gtk2/src/gtk+/gtk/gtktypeutils.inc
  22. 2 2
      packages/gtk2/src/gtk+/gtk/gtkwidget.inc
  23. 1 1
      packages/gtk2/src/gtk2x11/include/gdkwindow-x11.inc
  24. 1 1
      packages/gtk2/src/gtkglext/gdkgltokens.inc
  25. 1 1
      packages/gtk2/src/pango/pango-types.inc
  26. 2 2
      packages/hash/src/crc.pas
  27. 2 2
      packages/hash/src/md5.pp
  28. 1 1
      packages/hash/src/uuid.pas
  29. 1 1
      packages/hermes/src/i386/mmx_clr.inc
  30. 1 1
      packages/hermes/src/i386/mmxp2_32.inc
  31. 1 1
      packages/hermes/src/i386/x86_clr.inc
  32. 1 1
      packages/hermes/src/i386/x86p_32.inc
  33. 1 1
      packages/hermes/src/i386/x86p_cpy.inc
  34. 1 1
      packages/hermes/src/i386/x86p_i8.inc
  35. 1 1
      packages/hermes/src/i386/x86p_s32.inc
  36. 1 1
      packages/hermes/src/i386/x86pscpy.inc
  37. 1 1
      packages/httpd13/src/ap_alloc.inc
  38. 1 1
      packages/httpd13/src/ap_config.inc
  39. 2 2
      packages/httpd13/src/http_config.inc
  40. 1 1
      packages/httpd13/src/http_main.inc
  41. 1 1
      packages/httpd13/src/http_protocol.inc
  42. 1 1
      packages/httpd13/src/httpd.inc
  43. 2 2
      packages/httpd20/examples/mod_example.pp
  44. 5 5
      packages/httpd20/examples/mod_spelling.pp
  45. 2 2
      packages/httpd20/src/apr/apr_errno.inc
  46. 4 4
      packages/httpd20/src/apr/apr_file_info.inc
  47. 3 3
      packages/httpd20/src/apr/apr_file_io.inc
  48. 1 1
      packages/httpd20/src/apr/apr_general.inc
  49. 2 2
      packages/httpd20/src/apr/apr_poll.inc
  50. 4 4
      packages/httpd20/src/apr/apr_portable.inc
  51. 2 2
      packages/httpd20/src/apr/apr_strings.inc
  52. 1 1
      packages/httpd20/src/apr/apr_tables.inc
  53. 4 4
      packages/httpd20/src/apr/apr_thread_proc.inc
  54. 2 2
      packages/httpd20/src/apr/apr_user.inc
  55. 1 1
      packages/httpd20/src/aprutil/apr_xlate.inc
  56. 3 3
      packages/httpd20/src/http_config.inc
  57. 1 1
      packages/httpd20/src/http_core.inc
  58. 1 1
      packages/httpd20/src/http_protocol.inc
  59. 1 1
      packages/httpd20/src/http_request.inc
  60. 10 10
      packages/httpd20/src/httpd.inc
  61. 2 2
      packages/httpd20/src/util_filter.inc
  62. 2 2
      packages/httpd22/examples/mod_example.pp
  63. 5 5
      packages/httpd22/examples/mod_spelling.pp
  64. 1 1
      packages/httpd22/src/apr/apr_errno.inc
  65. 4 4
      packages/httpd22/src/apr/apr_file_info.inc
  66. 3 3
      packages/httpd22/src/apr/apr_file_io.inc
  67. 1 1
      packages/httpd22/src/apr/apr_general.inc
  68. 1 1
      packages/httpd22/src/apr/apr_poll.inc
  69. 4 4
      packages/httpd22/src/apr/apr_portable.inc
  70. 2 2
      packages/httpd22/src/apr/apr_strings.inc
  71. 4 4
      packages/httpd22/src/apr/apr_thread_proc.inc
  72. 2 2
      packages/httpd22/src/apr/apr_user.inc
  73. 1 1
      packages/httpd22/src/aprutil/apr_xlate.inc
  74. 3 3
      packages/httpd22/src/http_config.inc
  75. 1 1
      packages/httpd22/src/http_core.inc
  76. 1 1
      packages/httpd22/src/http_protocol.inc
  77. 1 1
      packages/httpd22/src/http_request.inc
  78. 11 11
      packages/httpd22/src/httpd.inc
  79. 2 2
      packages/httpd22/src/util_filter.inc
  80. 1 1
      packages/httpd24/src/ap_expr.inc
  81. 1 1
      packages/httpd24/src/ap_release.inc
  82. 3 3
      packages/httpd24/src/apr/apr_errno.inc
  83. 4 4
      packages/httpd24/src/apr/apr_file_info.inc
  84. 1 1
      packages/httpd24/src/apr/apr_pools.inc
  85. 2 2
      packages/httpd24/src/apr/apr_strings.inc
  86. 2 2
      packages/httpd24/src/apr/apr_user.inc
  87. 2 2
      packages/httpd24/src/http_config.inc
  88. 3 3
      packages/httpd24/src/http_core.inc
  89. 1 1
      packages/httpd24/src/http_log.inc
  90. 1 1
      packages/httpd24/src/http_protocol.inc
  91. 10 10
      packages/httpd24/src/httpd.inc
  92. 1 1
      packages/httpd24/src/util_filter.inc
  93. 1 1
      packages/ide/fpdebug.pas
  94. 1 1
      packages/ide/fpini.pas
  95. 4 4
      packages/ide/wos2help.pas
  96. 1 1
      packages/ide/wutils.pas
  97. 1 1
      packages/imagemagick/src/cache.inc
  98. 1 1
      packages/imagemagick/src/magick_type.inc
  99. 1 1
      packages/iosxlocale/src/iosxwstr.pp
  100. 1 1
      packages/ldap/src/lberh.inc

+ 1 - 1
packages/gtk2/examples/gtk_demo/gtk_demo.pas

@@ -4,7 +4,7 @@
  *
  *
  * This demo is an adaption of the GTK Demo included in the GTK+-2.0 source.
- * A new feature is syntax highligting for pascal.
+ * A new feature is syntax highlighting for pascal.
  *)
 
 program gtk_demo;

+ 1 - 1
packages/gtk2/fpmake.pp

@@ -1255,7 +1255,7 @@ begin
 	  AddInclude('gtktextiterh.inc');
 	  AddInclude('gtktextiter.inc');
         end;
-// For some reson this isn't build in the buildunit nor the Makefile.fpc
+// For some reason this isn't build in the buildunit nor the Makefile.fpc
 {     T:=P.Targets.AddUnit('src/gtkhtml/gtkhtml.pas');
        T.IncludePath.Add('src/gtkhtml');
        with T.Dependencies do

+ 1 - 1
packages/gtk2/src/glib/gasyncqueue.inc

@@ -20,7 +20,7 @@
     function g_async_queue_new:PGAsyncQueue;cdecl;external gliblib name 'g_async_queue_new';
 
 {* Lock and unlock an GAsyncQueue, all functions lock the queue for
- * themselves, but in certain cirumstances you want to hold the lock longer,
+ * themselves, but in certain circumstances you want to hold the lock longer,
  * thus you lock the queue, call the *_unlocked functions and unlock it again
  *}
     procedure g_async_queue_lock(queue:PGAsyncQueue);cdecl;external gliblib name 'g_async_queue_lock';

+ 1 - 1
packages/gtk2/src/glib/gobject.inc

@@ -25,7 +25,7 @@
    PGObjectConstructParam = ^TGObjectConstructParam;
 
 { public overridable methods  }
-{ seldomly overidden  }
+{ seldomly overridden  }
 { signals  }
 { padding  }
    PGObjectClass = ^TGObjectClass;

+ 1 - 1
packages/gtk2/src/glib/gunicode.inc

@@ -184,7 +184,7 @@
     function g_utf8_strncpy(dest:Pgchar; src:Pgchar; n:gsize):Pgchar;cdecl;external gliblib name 'g_utf8_strncpy';
 
     { Find the UTF-8 character corresponding to ch, in string p. These
-       functions are equivalants to strchr and strrchr  }
+       functions are equivalents to strchr and strrchr  }
     function g_utf8_strchr(p:Pgchar; len:gssize; c:gunichar):Pgchar;cdecl;external gliblib name 'g_utf8_strchr';
 
     function g_utf8_strrchr(p:Pgchar; len:gssize; c:gunichar):Pgchar;cdecl;external gliblib name 'g_utf8_strrchr';

+ 1 - 1
packages/gtk2/src/gtk+/gdk/gdkevents.inc

@@ -11,7 +11,7 @@
 { Can be cast to window system specific
                              even type, XEvent on X11, MSG on Win32.
                             }
-{ Event not handled, continue processesing  }
+{ Event not handled, continue processing  }
 { Translated event stored  }
 { Terminate processing, removing event  }
 

+ 6 - 6
packages/gtk2/src/gtk+/gtk/gtkclist.inc

@@ -47,11 +47,11 @@
      end;
 
 { mem chunks  }
-{ allocation rectangle after the conatiner_border_width
+{ allocation rectangle after the container_border_width
      and the width of the shadow border  }
 { rows  }
 { columns  }
-{ dynamicly allocated array of column structures  }
+{ dynamically allocated array of column structures  }
 { the scrolling window and its height and width to
      make things a little speedier  }
 { offsets for scrolling  }
@@ -357,8 +357,8 @@ procedure gtk_clist_set_reorderable(clist:PGtkCList; reorderable:gboolean); cdec
 procedure gtk_clist_set_use_drag_icons(clist:PGtkCList; use_icons:gboolean); cdecl; external gtklib;
 procedure gtk_clist_set_button_actions(clist:PGtkCList; button:guint; button_actions:guint8); cdecl; external gtklib;
 { freeze all visual updates of the list, and then thaw the list after
-   you have made a number of changes and the updates wil occure in a
-   more efficent mannor than if you made them on a unfrozen list
+   you have made a number of changes and the updates will occur in a
+   more efficient mannor than if you made them on a unfrozen list
   }
 procedure gtk_clist_freeze(clist:PGtkCList); cdecl; external gtklib;
 procedure gtk_clist_thaw(clist:PGtkCList); cdecl; external gtklib;
@@ -444,8 +444,8 @@ function gtk_clist_get_cell_style(clist:PGtkCList; row:gint; column:gint):PGtkSt
 procedure gtk_clist_set_row_style(clist:PGtkCList; row:gint; style:PGtkStyle); cdecl; external gtklib;
 function gtk_clist_get_row_style(clist:PGtkCList; row:gint):PGtkStyle; cdecl; external gtklib;
 { this sets a horizontal and vertical shift for drawing
-   the contents of a cell; it can be positive or negitive;
-   this is particulary useful for indenting items in a column
+   the contents of a cell; it can be positive or negative;
+   this is particularly useful for indenting items in a column
   }
 procedure gtk_clist_set_shift(clist:PGtkCList; row:gint; column:gint; vertical:gint; horizontal:gint); cdecl; external gtklib;
 { set/get selectable flag of a single row  }

+ 1 - 1
packages/gtk2/src/gtk+/gtk/gtkctree.inc

@@ -188,7 +188,7 @@ procedure gtk_ctree_unselect(ctree:PGtkCTree; node:PGtkCTreeNode); cdecl; extern
 procedure gtk_ctree_unselect_recursive(ctree:PGtkCTree; node:PGtkCTreeNode); cdecl; external gtklib;
 procedure gtk_ctree_real_select_recursive(ctree:PGtkCTree; node:PGtkCTreeNode; state:gint); cdecl; external gtklib;
 {
-             Analogons of GtkCList functions
+             Analogous of GtkCList functions
                                                             }
 procedure gtk_ctree_node_set_text(ctree:PGtkCTree; node:PGtkCTreeNode; column:gint; text:Pgchar); cdecl; external gtklib;
 procedure gtk_ctree_node_set_pixmap(ctree:PGtkCTree; node:PGtkCTreeNode; column:gint; pixmap:PGdkPixmap; mask:PGdkBitmap); cdecl; external gtklib;

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtkhsv.inc

@@ -41,7 +41,7 @@ Type
    GTK+ at ftp://ftp.gtk.org/pub/gtk/.
   }
 {$include gtkcontainer.inc}
-{ C++ extern C conditionnal removed }
+{ C++ extern C conditional removed }
 function GTK_TYPE_HSV : GType;
 function GTK_HSV(obj: pointer) : longint;
 function GTK_HSV_CLASS(klass: pointer) : longint;
@@ -78,7 +78,7 @@ procedure gtk_hsv_to_rgb(h:gdouble; s:gdouble; v:gdouble; r:Pgdouble; g:Pgdouble
             b:Pgdouble); cdecl; external gtklib;
 procedure gtk_rgb_to_hsv(r:gdouble; g:gdouble; b:gdouble; h:Pgdouble; s:Pgdouble;
             v:Pgdouble); cdecl; external gtklib;
-{ C++ end of extern C conditionnal removed }
+{ C++ end of extern C conditional removed }
 {$endif}
 { __GTK_HSV_H__  }
 function GTK_TYPE_HSV : GType;

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtkimmodule.inc

@@ -29,7 +29,7 @@ Type
   }
 {$ifndef __GTK_IM_MODULE_H__}
 {$define __GTK_IM_MODULE_H__}
-{ C++ extern C conditionnal removed }
+{ C++ extern C conditional removed }
 { __cplusplus  }
 {$include gtkimcontext.inc}
 type
@@ -66,7 +66,7 @@ void          im_module_init   (GtkModule              module);
 void          im_module_exit   (void);
 GtkIMContext  im_module_create (const gchar              context_id);
  }
-{ C++ end of extern C conditionnal removed }
+{ C++ end of extern C conditional removed }
 { __cplusplus  }
 {$endif}
 { __GTK_IM_MODULE_H__  }

+ 1 - 1
packages/gtk2/src/gtk+/gtk/gtkoldeditable.inc

@@ -21,7 +21,7 @@
    TGtkTextFunction = procedure (editable:PGtkOldEditable; time:guint32); cdecl;
 
 { Bindings actions  }
-{ Virtual functions. get_chars is in paricular not a signal because
+{ Virtual functions. get_chars is in particular not a signal because
      it returns malloced memory. The others are not signals because
      they would not be particularly useful as such. (All changes to
      selection and position do not go through these functions)

+ 1 - 1
packages/gtk2/src/gtk+/gtk/gtkrc.inc

@@ -38,7 +38,7 @@
      should work in most cases.
     }
 { Fill in engine specific parts of GtkRcStyle by parsing contents
-     of brackets. Returns G_TOKEN_NONE if succesful, otherwise returns
+     of brackets. Returns G_TOKEN_NONE if successful, otherwise returns
      the token it expected but didn't get.
     }
 { Combine RC style data from src into dest. If overridden, this

+ 1 - 1
packages/gtk2/src/gtk+/gtk/gtktext.inc

@@ -28,7 +28,7 @@
 { The gap size, s.t.  (text + gap_position + gap_size) is
      the first valid character following the gap.  }
 { The last character position, index into address where a
-     character should be appeneded.  Thus, text_end - gap_size
+     character should be appended.  Thus, text_end - gap_size
      is the length of the actual data.  }
 { LINE START CACHE  }
 { A cache of line-start information.  Data is a LineParam .  }

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtktextdisplay.inc

@@ -87,7 +87,7 @@ Type
 {$ifndef GTK_TEXT_DISPLAY_H}
 {$define GTK_TEXT_DISPLAY_H}
 {$include gtktextlayout.inc}
-{ C++ extern C conditionnal removed }
+{ C++ extern C conditional removed }
 { __cplusplus  }
 { A semi-public header intended for use by code that also
    uses GtkTextLayout
@@ -105,7 +105,7 @@ Type
 procedure gtk_text_layout_draw(layout:PGtkTextLayout; widget:PGtkWidget; drawable:PGdkDrawable; cursor_gc:PGdkGC; x_offset:gint;
             y_offset:gint; x:gint; y:gint; width:gint; height:gint;
             widgets:PPGList); cdecl; external gtklib;
-{ C++ end of extern C conditionnal removed }
+{ C++ end of extern C conditional removed }
 { __cplusplus  }
 {$endif}
 { GTK_TEXT_DISPLAY_H  }

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtktextiterprivate.inc

@@ -12,7 +12,7 @@ Type
 {$ifndef GTK_TEXT_ITER_PRIVATE_H}
 {$define GTK_TEXT_ITER_PRIVATE_H}
 {$include gtktextiter.inc}
-{ C++ extern C conditionnal removed }
+{ C++ extern C conditional removed }
 { __cplusplus  }
 {$include gtktextiter.inc}
 {$include gtktextbtree.inc}
@@ -34,7 +34,7 @@ function _gtk_text_iter_get_segment_char(iter:PGtkTextIter):gint; cdecl; externa
 { debug  }
 
 procedure _gtk_text_iter_check(iter:PGtkTextIter); cdecl; external gtklib;
-{ C++ end of extern C conditionnal removed }
+{ C++ end of extern C conditional removed }
 { __cplusplus  }
 {$endif}
 

+ 1 - 1
packages/gtk2/src/gtk+/gtk/gtktexttag.inc

@@ -21,7 +21,7 @@
      Information for displaying text with this tag.  The information
      belows acts as an override on information specified by lower-priority
      tags.  If no value is specified, then the next-lower-priority tag
-     on the text determins the value.  The text widget itself provides
+     on the text determines the value.  The text widget itself provides
      defaults if no tag specifies an override.
     }
 { Flags for whether a given value is set; if a value is unset, then

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtktexttypes.inc

@@ -11,7 +11,7 @@ Type
 
 {$ifndef GTK_TEXT_TYPES_H}
 {$define GTK_TEXT_TYPES_H}
-{ C++ extern C conditionnal removed }
+{ C++ extern C conditional removed }
 { __cplusplus  }
 
 {$include gtktextbuffer.inc}
@@ -43,7 +43,7 @@ const
 
 
 function gtk_text_byte_begins_utf8_char(byte:Pgchar):gboolean; cdecl; external gtklib;
-{ C++ end of extern C conditionnal removed }
+{ C++ end of extern C conditional removed }
 { __cplusplus  }
 {$endif}
 

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtktextutil.inc

@@ -37,7 +37,7 @@ Type
 {$define __GTK_TEXT_UTIL_H__}
 {$include gtkwidget.inc}
 {$include gtkmenushell.inc}
-{ C++ extern C conditionnal removed }
+{ C++ extern C conditional removed }
 { __cplusplus  }
 { This is a private uninstalled header shared between GtkTextView and GtkEntry  }
 
@@ -46,7 +46,7 @@ type
    TGtkTextUtilCharChosenFunc = procedure (text:PAnsiChar; data:gpointer); cdecl;
 
 procedure _gtk_text_util_append_special_char_menuitems(menushell:PGtkMenuShell; func:TGtkTextUtilCharChosenFunc; data:gpointer); cdecl; external gtklib;
-{ C++ end of extern C conditionnal removed }
+{ C++ end of extern C conditional removed }
 { __cplusplus  }
 {$endif}
 { __GTK_TEXT_UTIL_H__  }

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtkthemes.inc

@@ -39,7 +39,7 @@ Type
 {$include <gdk/gdk.inc}
 {$include gtkstyle.inc}
 {$include gtkwidget.inc}
-{ C++ extern C conditionnal removed }
+{ C++ extern C conditional removed }
 { __cplusplus  }
 function GTK_TYPE_THEME_ENGINE : GType;
 function GTK_THEME_ENGINE(theme_engine : longint) : longint;
@@ -49,7 +49,7 @@ function gtk_theme_engine_get_type:GType; cdecl; external gtklib;
 
 function gtk_theme_engine_get(name:Pgchar):PGtkThemeEngine; cdecl; external gtklib;
 function gtk_theme_engine_create_rc_style(engine:PGtkThemeEngine):PGtkRcStyle; cdecl; external gtklib;
-{ C++ end of extern C conditionnal removed }
+{ C++ end of extern C conditional removed }
 { __cplusplus  }
 {$endif}
 { __GTK_THEMES_H__  }

+ 1 - 1
packages/gtk2/src/gtk+/gtk/gtktreeview.inc

@@ -97,7 +97,7 @@ procedure gtk_tree_view_columns_autosize(tree_view:PGtkTreeView); cdecl; externa
 procedure gtk_tree_view_set_headers_clickable(tree_view:PGtkTreeView; setting:gboolean); cdecl; external gtklib;
 procedure gtk_tree_view_set_rules_hint(tree_view:PGtkTreeView; setting:gboolean); cdecl; external gtklib;
 function gtk_tree_view_get_rules_hint(tree_view:PGtkTreeView):gboolean; cdecl; external gtklib;
-{ Column funtions  }
+{ Column functions  }
 function gtk_tree_view_append_column(tree_view:PGtkTreeView; column:PGtkTreeViewColumn):gint; cdecl; external gtklib;
 function gtk_tree_view_remove_column(tree_view:PGtkTreeView; column:PGtkTreeViewColumn):gint; cdecl; external gtklib;
 function gtk_tree_view_insert_column(tree_view:PGtkTreeView; column:PGtkTreeViewColumn; position:gint):gint; cdecl; external gtklib;

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtktypeutils.inc

@@ -57,10 +57,10 @@
    TGtkSignalMarshaller = TGSignalCMarshaller;
 { GtkArg, used to hold differently typed values  }
 { this union only defines the required storage types for
-     the possibile values, thus there is no gint enum_data field,
+     the possible values, thus there is no gint enum_data field,
      because that would just be a mere alias for gint int_data.
      use the GTK_VALUE_ () and GTK_RETLOC_ () macros to access
-     the discrete memebers.
+     the discrete members.
     }
 { flat values  }
 { structured values  }

+ 2 - 2
packages/gtk2/src/gtk+/gtk/gtkwidget.inc

@@ -121,7 +121,7 @@
      handles the emission.
      Implementation of this signal is optional.
     }
-{ seldomly overidden  }
+{ seldomly overridden  }
 { basics  }
 { Mnemonics  }
 { explicit focus  }
@@ -520,7 +520,7 @@ procedure gtk_widget_shape_combine_mask(widget:PGtkWidget; shape_mask:PGdkBitmap
 { internal function  }
 procedure gtk_widget_reset_shapes(widget:PGtkWidget); cdecl; external gtklib;
 { Compute a widget's path in the form "GtkWindow.MyLabel", and
-   return newly alocated strings.
+   return newly allocated strings.
   }
 procedure gtk_widget_path(widget:PGtkWidget; path_length:Pguint; path:PPgchar; path_reversed:PPgchar); cdecl; external gtklib;
 procedure gtk_widget_class_path(widget:PGtkWidget; path_length:Pguint; path:PPgchar; path_reversed:PPgchar); cdecl; external gtklib;

+ 1 - 1
packages/gtk2/src/gtk2x11/include/gdkwindow-x11.inc

@@ -4,7 +4,7 @@
 
 type
 { Offsets to add to X coordinates within window  }
-{   to get GDK coodinates within window  }
+{   to get GDK coordinates within window  }
 { Set when the window background is temporarily
    unset during resizing and scaling  }
 { visible rectangle of window  }

+ 1 - 1
packages/gtk2/src/gtkglext/gdkgltokens.inc

@@ -259,7 +259,7 @@ const
  * [ GLX 1.3 and later ]
  *}
   { Pascal translation comments:
-    Name GDK_GL_WINDOW conflicts (even in case-sensitve C,
+    Name GDK_GL_WINDOW conflicts (even in case-sensitive C,
     but there macros conflicts are not errors)
     with function GDK_GL_WINDOW in gdkglwindow.inc.
     Renamed to GDK_GL_WINDOW_VALUE. }

+ 1 - 1
packages/gtk2/src/pango/pango-types.inc

@@ -52,7 +52,7 @@ function pango_language_from_string(language:PAnsiChar):PPangoLanguage; cdecl; e
 function pango_language_to_string(language : PPangoLanguage) : PAnsiChar;
 
 function pango_language_matches(language:PPangoLanguage; range_list:PAnsiChar):gboolean; cdecl; external pangolib;
-{$endif read_interface_funtions}
+{$endif read_interface_functions}
 
 //------------------------------------------------------------------------------
 

+ 2 - 2
packages/hash/src/crc.pas

@@ -8,7 +8,7 @@ unit crc;
   crc32.c -- compute the CRC-32 of a data stream
   Copyright (C) 1995-1998 Mark Adler
 
-  Pascal tranlastion
+  Pascal translation
   Copyright (C) 1998 by Jacques Nomssi Nzali
   For conditions of distribution and use, see copyright notice in readme.txt
 
@@ -16,7 +16,7 @@ unit crc;
   crc64.c -- compute the CRC-64 of a data stream
   By David T. Jones ([email protected])  - September 28th 2002
 
-  Pascal tranlastion
+  Pascal translation
   Copyright (C) 2009 by Ivo Steinmann
 }
 

+ 2 - 2
packages/hash/src/md5.pp

@@ -118,7 +118,7 @@ procedure MDFinal(var Context: TMDContext; out Digest: TMDDigest);
 
 
 (******************************************************************************
- * Auxilary functions
+ * Auxiliary functions
  ******************************************************************************)
 
 function MDString(const S: RawByteString; const Version: TMDVersion): TMDDigest;
@@ -152,7 +152,7 @@ procedure MD5Final(var Context: TMD5Context; out Digest: TMD5Digest); external n
 
 
 (******************************************************************************
- * Dedicated auxilary functions
+ * Dedicated auxiliary functions
  ******************************************************************************)
 
 function MD2String(const S: RawByteString): TMD2Digest; inline;

+ 1 - 1
packages/hash/src/uuid.pas

@@ -111,7 +111,7 @@ function uuid_compare(const u1, u2: uuid_t): integer;
 
 
 (******************************************************************************
- * auxilary functions
+ * auxiliary functions
  ******************************************************************************)
 
 { read_state -- read UUID generator state from non-volatile store }

+ 1 - 1
packages/hermes/src/i386/mmx_clr.inc

@@ -253,7 +253,7 @@ asm
         andl $7,%ecx            // Could be up to 7 left
         jz .L_endline
 
-        testb $0b100,%cl        // If theres less than four jump
+        testb $0b100,%cl        // If there is less than four jump
         jz .L_lessthanfour
 
         movl %eax,(%edi)        // Otherwise write a dword

+ 1 - 1
packages/hermes/src/i386/mmxp2_32.inc

@@ -36,7 +36,7 @@
     conversion routine from the mmx programming tutorial pages).
 
     These routines aren't exactly pII optimised - it's just that as they
-    are, theyre terrible on p5 MMXs, but less so on pIIs.  Someone needs to
+    are, they're terrible on p5 MMXs, but less so on pIIs.  Someone needs to
     optimise them for p5 MMXs..
 }
 

+ 1 - 1
packages/hermes/src/i386/x86_clr.inc

@@ -195,7 +195,7 @@ end;
 
 {
  ClearX86_8 version 2,
- Im not sure wheather this is faster or not...
+ Im not sure whether this is faster or not...
  too many jumps could confuse the CPU branch guessing
 }
 procedure ClearX86_8_2(hci: PHermesClearInterface); cdecl; nostackframe; assembler;

+ 1 - 1
packages/hermes/src/i386/x86p_32.inc

@@ -33,7 +33,7 @@
 
 
 { _Convert_*
- Paramters:
+ Parameters:
    ESI = source
    EDI = dest
    ECX = amount (NOT 0!!! (the _ConvertX86 routine checks for that though))

+ 1 - 1
packages/hermes/src/i386/x86p_cpy.inc

@@ -35,7 +35,7 @@
 
 
 { _Copy*
- Paramters:
+ Parameters:
    ESI = source
    EDI = dest
    ECX = amount (NOT 0!!! (the _ConvertX86 routine checks for that though))

+ 1 - 1
packages/hermes/src/i386/x86p_i8.inc

@@ -33,7 +33,7 @@
 
 
 { Convert_*
- Paramters:
+ Parameters:
    ESI = source
    EDI = dest
    ECX = amount (NOT 0!!! (the ConvertX86 routine checks for that though))

+ 1 - 1
packages/hermes/src/i386/x86p_s32.inc

@@ -33,7 +33,7 @@
 
 
 { _Convert*_S
- Paramters:
+ Parameters:
    ESI = source
    EDI = dest
    ECX = amount (NOT 0!!! (the _ConvertX86 routine checks for that though))

+ 1 - 1
packages/hermes/src/i386/x86pscpy.inc

@@ -31,7 +31,7 @@
 }
 
 { _Copy*
- Paramters:
+ Parameters:
    ESI = source
    EDI = dest
    ECX = amount (NOT 0!!! (the _ConvertX86 routine checks for that though))

+ 1 - 1
packages/httpd13/src/ap_alloc.inc

@@ -410,7 +410,7 @@ procedure ap_pclosedir(p: Ppool; d: PDIR);
  * or to kill outright, on unexpected termination).
  *
  * ap_spawn_child is a utility routine which handles an awful lot of
- * the rigamarole associated with spawning a child --- it arranges
+ * the rigmarole associated with spawning a child --- it arranges
  * for pipes to the child's stdin and stdout, if desired (if not,
  * set the associated args to NULL).  It takes as args a function
  * to call in the child, and an argument to be passed to the function.

+ 1 - 1
packages/httpd13/src/ap_config.inc

@@ -1051,7 +1051,7 @@ const
  * use by modules.  The difference between API_EXPORT and
  * API_EXPORT_NONSTD is that the latter is required for any functions
  * which use varargs or are used via indirect function call.  This
- * is to accomodate the two calling conventions in windows dlls.
+ * is to accommodate the two calling conventions in windows dlls.
  }
 {#ifndef API_EXPORT_NONSTD
 #define API_EXPORT_NONSTD(type)    type

+ 2 - 2
packages/httpd13/src/http_config.inc

@@ -30,7 +30,7 @@ type
     RAW_ARGS,			{ cmd_func parses command line itself }
     TAKE1,			{ one argument only }
     TAKE2,			{ two arguments only }
-    ITERATE,			{ one argument, occuring multiple times
+    ITERATE,			{ one argument, occurring multiple times
 				 * (e.g., IndexIgnore)
                                  }
     ITERATE2,			{ two arguments, 2nd occurs multiple times
@@ -123,7 +123,7 @@ type
     path: PAnsiChar;	        { If configuring for a directory,
 				 * pathname of that directory.
 				 * NOPE!  That's what it meant previous to the
-				 * existance of <Files>, <Location> and regex
+				 * existence of <Files>, <Location> and regex
 				 * matching.  Now the only usefulness that can
 				 * be derived from this field is whether a command
 				 * is being called in a server context (path == NULL)

+ 1 - 1
packages/httpd13/src/http_main.inc

@@ -138,7 +138,7 @@ const
   OC_REASON_DEATH      = 0;	{ child has died, caller must call
 					 * unregister still }
   OC_REASON_UNWRITABLE = 1;	{ write_fd is unwritable }
-  OC_REASON_RESTART    = 2;	{ a restart is occuring, perform
+  OC_REASON_RESTART    = 2;	{ a restart is occurring, perform
 					 * any necessary cleanup (including
 					 * sending a special signal to child)
                                          }

+ 1 - 1
packages/httpd13/src/http_protocol.inc

@@ -100,7 +100,7 @@ function ap_meets_conditions(r: Prequest_rec): cint;
  * us centralize a bit of accounting (bytes_sent).
  *
  * These also return the number of bytes written by the call.
- * They should only be called with a timeout registered, for obvious reaasons.
+ * They should only be called with a timeout registered, for obvious reasons.
  * (Ditto the send_header stuff).
  }
 

+ 1 - 1
packages/httpd13/src/httpd.inc

@@ -1071,7 +1071,7 @@ type
   configfile_t = record
     getch: getch_t;	{ a getc()-like function }
     getstr: getstr_t;   { a fgets()-like function }
-    close: close_t;	{ a close hander function }
+    close: close_t;	{ a close handler function }
     param: Pointer;	{ the argument passed to getch/getstr/close }
     name: PAnsiChar;	{ the filename / description }
     line_number: cuint;	{ current line number, starting at 1 }

+ 2 - 2
packages/httpd20/examples/mod_example.pp

@@ -477,7 +477,7 @@ end;
 { intervention by other parts of the server, they need to make             }
 { sure any accumulated HTTP headers are sent first.  This is done by       }
 { calling send_http_header().  Otherwise, no header will be sent at all,   }
-{ and the output sent to the client will actually be HTTP-uncompliant.     }
+{ and the output sent to the client will actually be HTTP-noncompliant.    }
 {--------------------------------------------------------------------------}
 {
  * Sample content handler.  All this does is display the call list that has
@@ -763,7 +763,7 @@ begin
     sname := s^.server_hostname;
 
     {
-     * As with the x_create_dir_config() reoutine, we allocate and fill
+     * As with the x_create_dir_config() routine, we allocate and fill
      * in an empty record.
      }
     cfg := Px_cfg(apr_pcalloc(p, sizeof(x_cfg)));

+ 5 - 5
packages/httpd20/examples/mod_spelling.pp

@@ -319,8 +319,8 @@ begin
 
   {
    * The request should end up looking like this:
-   * r->uri: /correct-url/mispelling/more
-   * r->filename: /correct-file/mispelling r->path_info: /more
+   * r->uri: /correct-url/misspelling/more
+   * r->filename: /correct-file/misspelling r->path_info: /more
    *
    * So we do this in steps. First break r->filename into two pieces
    }
@@ -338,9 +338,9 @@ begin
 
   { good = /correct-file }
   good := apr_pstrndup(r^.pool, r^.filename, filoc);
-  { bad = mispelling }
+  { bad = misspelling }
   bad := apr_pstrdup(r^.pool, r^.filename + filoc + 1);
-  { postgood = mispelling/more }
+  { postgood = misspelling/more }
   postgood := apr_pstrcat(r^.pool, [bad, r^.path_info, nil]);
 
   urlen := strlen(r^.uri);
@@ -457,7 +457,7 @@ begin
 
   if (candidates^.nelts <> 0) then
   begin
-    { Wow... we found us a mispelling. Construct a fixed url }
+    { Wow... we found us a misspelling. Construct a fixed url }
     variant_ := Pmisspelled_file(candidates^.elts);
 
     ref := apr_table_get(r^.headers_in, 'Referer');

+ 2 - 2
packages/httpd20/src/apr/apr_errno.inc

@@ -269,7 +269,7 @@ const
  * @warning For any particular error condition, more than one of these tests
  *      may match. This is because platform-specific error codes may not
  *      always match the semantics of the POSIX codes these tests (and the
- *      correcponding APR error codes) are named after. A notable example
+ *      corresponding APR error codes) are named after. A notable example
  *      are the APR_STATUS_IS_ENOENT and APR_STATUS_IS_ENOTDIR tests on
  *      Win32 platforms. The programmer should always be aware of this and
  *      adjust the order of the tests accordingly.
@@ -1177,7 +1177,7 @@ const
 //#define APR_STATUS_IS_EHOSTUNREACH(s)    ((s) == APR_EHOSTUNREACH)
 { network is unreachable }
 //#define APR_STATUS_IS_ENETUNREACH(s)     ((s) == APR_ENETUNREACH)
-{ inappropiate file type or format }
+{ inappropriate file type or format }
 //#define APR_STATUS_IS_EFTYPE(s)          ((s) == APR_EFTYPE)
 { broken pipe }
 //#define APR_STATUS_IS_EPIPE(s)           ((s) == APR_EPIPE)

+ 4 - 4
packages/httpd20/src/apr/apr_file_info.inc

@@ -36,7 +36,7 @@
  }
 
 { Many applications use the type member to determine the
- * existance of a file or initialization of the file info,
+ * existence of a file or initialization of the file info,
  * so the APR_NOFILE value must be distinct from APR_UNKFILE.
  }
 
@@ -322,7 +322,7 @@ const
  * @param filepath the pathname to parse for its root component
  * @param flags the desired rules to apply, from
  * <PRE>
- *      APR_FILEPATH_NATIVE    Use native path seperators (e.g. '\' on Win32)
+ *      APR_FILEPATH_NATIVE    Use native path separators (e.g. '\' on Win32)
  *      APR_FILEPATH_TRUENAME  Tests that the root exists, and makes it proper
  * </PRE>
  * @param p the pool to allocate the new path string from
@@ -367,7 +367,7 @@ function apr_filepath_merge(newpath: PPAnsiChar; const rootpath, addpath: PPAnsi
  * @param pathelts the returned components of the search path
  * @param liststr the search path (e.g., <tt>getenv("PATH")</tt>)
  * @param p the pool to allocate the array and path components from
- * @remark empty path componenta do not become part of @a pathelts.
+ * @remark empty path component do not become part of @a pathelts.
  * @remark the path separator in @a liststr is system specific;
  * e.g., ':' on Unix, ';' on Windows, etc.
  }
@@ -381,7 +381,7 @@ function apr_filepath_list_split(pathelts: PPapr_array_header_t;
  * @param liststr the returned search path; may be NULL if @a pathelts is empty
  * @param pathelts the components of the search path
  * @param p the pool to allocate the search path from
- * @remark emtpy strings in the source array are ignored.
+ * @remark empty strings in the source array are ignored.
  * @remark the path separator in @a liststr is system specific;
  * e.g., ':' on Unix, ';' on Windows, etc.
  }

+ 3 - 3
packages/httpd20/src/apr/apr_file_io.inc

@@ -659,7 +659,7 @@ function apr_file_perms_set(const fname: PAnsiChar;
  * </PRE>
  * @param attr_mask Mask of valid bits in attributes.
  * @param cont the pool to use.
- * @remark This function should be used in preference to explict manipulation
+ * @remark This function should be used in preference to explicit manipulation
  *      of the file permissions, because the operations to provide these
  *      attributes are platform specific and may involve more than simply
  *      setting permission bits.
@@ -688,7 +688,7 @@ function apr_file_mtime_set(const fname: PAnsiChar;
 {
  * Create a new directory on the file system.
  * @param path the path for the directory to be created.  (use / on all systems)
- * @param perm Permissions for the new direcoty.
+ * @param perm Permissions for the new directory.
  * @param cont the pool to use.
  }
 function apr_dir_make(const path: PAnsiChar; perm: apr_fileperms_t;
@@ -700,7 +700,7 @@ function apr_dir_make(const path: PAnsiChar; perm: apr_fileperms_t;
  * 'mkdir -p'. Creates intermediate directories as required. No error
  * will be reported if PATH already exists.
  * @param path the path for the directory to be created.  (use / on all systems)
- * @param perm Permissions for the new direcoty.
+ * @param perm Permissions for the new directory.
  * @param pool the pool to use.
  }
 function apr_dir_make_recursive(const path: PAnsiChar;

+ 1 - 1
packages/httpd20/src/apr/apr_general.inc

@@ -41,7 +41,7 @@
 const
 { a space }
   APR_ASCII_BLANK = #040;
-{ a carrige return }
+{ a carriage return }
   APR_ASCII_CR    = #015;
 { a line feed }
   APR_ASCII_LF    = #012;

+ 2 - 2
packages/httpd20/src/apr/apr_poll.inc

@@ -43,7 +43,7 @@ const
   APR_POLLOUT  = $004;     {< Can write without blocking }
   APR_POLLERR  = $010;     {< Pending error }
   APR_POLLHUP  = $020;     {< Hangup occurred }
-  APR_POLLNVAL = $040;     {< Descriptior invalid }
+  APR_POLLNVAL = $040;     {< Descriptor invalid }
 
 { Used in apr_pollfd_t to determine what the apr_descriptor is }
 type
@@ -117,7 +117,7 @@ function apr_poll(aprset: Papr_pollfd_t; numsock: apr_int32_t;
  * @param event The events to look for when we do the poll.  One of:
  * <PRE>
  *            APR_POLLIN       signal if read will not block
- *            APR_POLLPRI      signal if prioirty data is availble to be read
+ *            APR_POLLPRI      signal if priority data is available to be read
  *            APR_POLLOUT      signal if write will not block
  * </PRE>
  * @deprecated This function is deprecated, APR applications should control the pollset memory themselves.

+ 4 - 4
packages/httpd20/src/apr/apr_portable.inc

@@ -245,7 +245,7 @@ function apr_os_dir_get(thedir: PPapr_os_dir_t; dir: Papr_dir_t): apr_status_t;
 {
  * Convert the socket from an apr type to an OS specific socket
  * @param thesock The socket to convert.
- * @param sock The os specifc equivelant of the apr socket..
+ * @param sock The os specifc equivalent of the apr socket..
  }
 function apr_os_sock_get(thesock, sock: Papr_os_sock_t): apr_status_t;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}
@@ -485,7 +485,7 @@ function apr_os_shm_put(shm: PPapr_shm_t; osshm: Papr_os_shm_t;
 
 {$if defined(APR_HAS_DSO) or defined(DOXYGEN)}
 {
- * @defgroup apr_os_dso DSO (Dynamic Loading) Portabiliity Routines
+ * @defgroup apr_os_dso DSO (Dynamic Loading) Portability Routines
  }
 {
  * convert the dso handle from os specific to apr
@@ -521,7 +521,7 @@ function apr_os_uuid_get(uuid_data: PAnsiChar): apr_status_t;
 
 
 {
- * Get the name of the system default characer set.
+ * Get the name of the system default character set.
  * @param pool the pool to allocate the name from, if needed
  }
 function apr_os_default_encoding(pool: Papr_pool_t): PAnsiChar;
@@ -532,7 +532,7 @@ function apr_os_default_encoding(pool: Papr_pool_t): PAnsiChar;
  * Get the name of the current locale character set.
  * @param pool the pool to allocate the name from, if needed
  * @remark Defers to apr_os_default_encoding if the current locale's
- * data can't be retreved on this system.
+ * data can't be retrieved on this system.
  }
 function apr_os_locale_encoding(pool: Papr_pool_t): PAnsiChar;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}

+ 2 - 2
packages/httpd20/src/apr/apr_strings.inc

@@ -63,7 +63,7 @@
  * @param b The second string to compare
  * @return Either <0, 0, or >0.  If the first string is less than the second
  *          this returns <0, if they are equivalent it returns 0, and if the
- *          first string is greater than second string it retuns >0.
+ *          first string is greater than second string it returns >0.
  }
 function apr_strnatcmp(a, b: PAnsiChar): Integer;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}
@@ -76,7 +76,7 @@ function apr_strnatcmp(a, b: PAnsiChar): Integer;
  * @param b The second string to compare
  * @return Either <0, 0, or >0.  If the first string is less than the second
  *         this returns <0, if they are equivalent it returns 0, and if the
- *         first string is greater than second string it retuns >0.
+ *         first string is greater than second string it returns >0.
  }
 function apr_strnatcasecmp(a, b: PAnsiChar): Integer;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}

+ 1 - 1
packages/httpd20/src/apr/apr_tables.inc

@@ -434,7 +434,7 @@ procedure apr_table_overlap(a: Papr_table_t;
  external LibAPR name LibNamePrefix + 'apr_table_overlap' + LibSuff12;
 
 {
- * Eliminate redunandant entries in a table by either overwriting
+ * Eliminate redundant entries in a table by either overwriting
  * or merging duplicates
  *
  * @param t Table.

+ 4 - 4
packages/httpd20/src/apr/apr_thread_proc.inc

@@ -96,7 +96,7 @@ const
   APR_OC_REASON_DEATH        = 0;     {< child has died, caller must call
                                            * unregister still }
   APR_OC_REASON_UNWRITABLE   = 1;     {< write_fd is unwritable }
-  APR_OC_REASON_RESTART      = 2;     {< a restart is occuring, perform
+  APR_OC_REASON_RESTART      = 2;     {< a restart is occurring, perform
                                            * any necessary cleanup (including
                                            * sending a special signal to child)
                                            }
@@ -105,8 +105,8 @@ const
                                            * kill the child) }
   APR_OC_REASON_LOST         = 4;     {< somehow the child exited without
                                            * us knowing ... buggy os? }
-  APR_OC_REASON_RUNNING      = 5;     {< a health check is occuring,
-                                           * for most maintainence functions
+  APR_OC_REASON_RUNNING      = 5;     {< a health check is occurring,
+                                           * for most maintenance functions
                                            * this is a no-op.
                                            }
 
@@ -122,7 +122,7 @@ type
     { Parent's side of pipe to child's stdouterr }
     err: Papr_file_t;
 {$if defined(APR_HAS_PROC_INVOKED) or defined(DOXYGEN)}
-    { Diagnositics/debugging string of the command invoked for
+    { Diagnostics/debugging string of the command invoked for
      *  this process [only present if APR_HAS_PROC_INVOKED is true]
      * @remark Only enabled on Win32 by default.
      * @bug This should either always or never be present in release

+ 2 - 2
packages/httpd20/src/apr/apr_user.inc

@@ -124,7 +124,7 @@ function apr_uid_homepath_get(dirname: PPAnsiChar; const username: PAnsiChar;
  * Compare two user identifiers for equality.
  * @param left One uid to test
  * @param right Another uid to test
- * @return APR_SUCCESS if the apr_uid_t strutures identify the same user,
+ * @return APR_SUCCESS if the apr_uid_t structures identify the same user,
  * APR_EMISMATCH if not, APR_BADARG if an apr_uid_t is invalid.
  * @remark This function is available only if APR_HAS_USER is defined.
  }
@@ -179,7 +179,7 @@ function apr_gid_get(groupid: Papr_gid_t; const groupname: PAnsiChar;
  * Compare two group identifiers for equality.
  * @param left One gid to test
  * @param right Another gid to test
- * @return APR_SUCCESS if the apr_gid_t strutures identify the same group,
+ * @return APR_SUCCESS if the apr_gid_t structures identify the same group,
  * APR_EMISMATCH if not, APR_BADARG if an apr_gid_t is invalid.
  * @remark This function is available only if APR_HAS_USER is defined.
  }

+ 1 - 1
packages/httpd20/src/aprutil/apr_xlate.inc

@@ -63,7 +63,7 @@ function apr_xlate_open(convset: PPapr_xlate_t;
  external LibAPRUtil name LibNamePrefix + 'apr_xlate_open' + LibSuff16;
 
 {
- * This is to indicate the charset of the sourcecode at compile time
+ * This is to indicate the charset of the source code at compile time
  * names to indicate the charset of the source code at
  * compile time.  This is useful if there are literal
  * strings in the source code which must be translated

+ 3 - 3
packages/httpd20/src/http_config.inc

@@ -91,7 +91,7 @@ type
     RAW_ARGS,			{< cmd_func parses command line itself }
     TAKE1,			{< one argument only }
     TAKE2,			{< two arguments only }
-    ITERATE,			{< one argument, occuring multiple times
+    ITERATE,			{< one argument, occurring multiple times
 				 * (e.g., IndexIgnore)
                                  }
     ITERATE2,			{< two arguments, 2nd occurs multiple times
@@ -507,7 +507,7 @@ function ap_set_int_slot(cmd: Pcmd_parms; struct_ptr: Pointer; const arg: PAnsiC
 
 {
  * Return true if the specified method is limited by being listed in
- * a <Limit> container, or by *not* being listed in a <LimiteExcept>
+ * a <Limit> container, or by *not* being listed in a <LimitExcept>
  * container.
  *
  * @param   method  Pointer to a string specifying the method to check.
@@ -700,7 +700,7 @@ function ap_cfg_getc(cfp: Pap_configfile_t): Integer;
 {
  * Detach from open ap_configfile_t, calling the close handler
  * @param cfp The file to close
- * @return 1 on sucess, 0 on failure
+ * @return 1 on success, 0 on failure
  }
 function ap_cfg_closefile(cfp: Pap_configfile_t): Integer;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}

+ 1 - 1
packages/httpd20/src/http_core.inc

@@ -669,7 +669,7 @@ extern AP_DECLARE_DATA ap_filter_rec_t *ap_net_time_filter_handle;
 extern AP_DECLARE_DATA ap_filter_rec_t *ap_core_input_filter_handle;}
 
 {
- * This hook provdes a way for modules to provide metrics/statistics about
+ * This hook provides a way for modules to provide metrics/statistics about
  * their operational status.
  *
  * @param p A pool to use to create entries in the hash table

+ 1 - 1
packages/httpd20/src/http_protocol.inc

@@ -216,7 +216,7 @@ function ap_meets_conditions(r: Prequest_rec): Integer;
  * us centralize a bit of accounting (bytes_sent).
  *
  * These also return the number of bytes written by the call.
- * They should only be called with a timeout registered, for obvious reaasons.
+ * They should only be called with a timeout registered, for obvious reasons.
  * (Ditto the send_header stuff).
  }
 

+ 1 - 1
packages/httpd20/src/http_request.inc

@@ -282,7 +282,7 @@ const
 //void ap_process_request(request_rec *);
 {
  * Kill the current request
- * @param type Why the request is dieing
+ * @param type Why the request is dying
  * @param r The current request
  * @deffunc void ap_die(int type, request_rec *r)
  }

+ 10 - 10
packages/httpd20/src/httpd.inc

@@ -235,8 +235,8 @@ const
   AP_MAX_REG_MATCH = 10;
 
 {
- * APR_HAS_LARGE_FILES introduces the problem of spliting sendfile into
- * mutiple buckets, no greater than MAX(apr_size_t), and more granular
+ * APR_HAS_LARGE_FILES introduces the problem of splitting sendfile into
+ * multiple buckets, no greater than MAX(apr_size_t), and more granular
  * than that in case the brigade code/filters attempt to read it directly.
  * ### 16mb is an invention, no idea if it is reasonable.
  }
@@ -278,7 +278,7 @@ const
  * use by modules.  The difference between #AP_DECLARE and
  * #AP_DECLARE_NONSTD is that the latter is required for any functions
  * which use varargs or are used via indirect function call.  This
- * is to accomodate the two calling conventions in windows dlls.
+ * is to accommodate the two calling conventions in windows dlls.
 }
 //# define AP_DECLARE_NONSTD(type)    type
 
@@ -525,9 +525,9 @@ const
 { Just in case your linefeed isn't the one the other end is expecting. }
 { linefeed }
   LF = 10;
-{ carrige return }
+{ carriage return }
   CR = 13;
-{ carrige return /Line Feed Combo }
+{ carriage return /Line Feed Combo }
   CRLF = #015#012;
 
 {
@@ -1146,7 +1146,7 @@ function ap_getword_white_nc(p: Papr_pool_t; const line: PPAnsiChar): PAnsiChar;
  * @param p The pool to allocate memory from
  * @param line The line to traverse
  * @param stop The character to start at
- * @return A copy of all caracters after the first occurance of the specified
+ * @return A copy of all characters after the first occurance of the specified
  *         character
 }
 function ap_getword_nulls(p: Papr_pool_t; const line: PPAnsiChar; stop: AnsiChar): PAnsiChar;
@@ -1158,7 +1158,7 @@ function ap_getword_nulls(p: Papr_pool_t; const line: PPAnsiChar; stop: AnsiChar
  * @param p The pool to allocate memory from
  * @param line The line to traverse
  * @param stop The character to start at
- * @return A copy of all caracters after the first occurance of the specified
+ * @return A copy of all characters after the first occurance of the specified
  *         character
  * @note The same as ap_getword_nulls(), except it doesn't use const AnsiChar **.
 }
@@ -1436,7 +1436,7 @@ function ap_make_dirstr_parent(p: Papr_pool_t; const s: PAnsiChar): PAnsiChar;
 
 {
  * Given a directory and filename, create a single path from them.  This
- * function is smart enough to ensure that there is a sinlge '/' between the
+ * function is smart enough to ensure that there is a single '/' between the
  * directory and file names
  * @param a The pool to allocate from
  * @param dir The directory name
@@ -1474,7 +1474,7 @@ function ap_is_matchexp(const str: PAnsiChar): Integer;
  external LibHTTPD name LibNamePrefix + 'ap_is_matchexp' + LibSuff4;
 
 {
- * Determine if a string matches a patterm containing the wildcards '?' or '*'
+ * Determine if a string matches a pattern containing the wildcards '?' or '*'
  * @param str The string to check
  * @param expected The pattern to match against
  * @return 1 if the two strings match, 0 otherwise
@@ -1484,7 +1484,7 @@ function ap_strcmp_match(const str, expected: PAnsiChar): Integer;
  external LibHTTPD name LibNamePrefix + 'ap_strcmp_match' + LibSuff8;
 
 {
- * Determine if a string matches a patterm containing the wildcards '?' or '*',
+ * Determine if a string matches a pattern containing the wildcards '?' or '*',
  * ignoring case
  * @param str The string to check
  * @param expected The pattern to match against

+ 2 - 2
packages/httpd20/src/util_filter.inc

@@ -147,7 +147,7 @@ type
  * and sort the filters to properly sequence their operation.
  *
  * The types have a particular sort order, which allows us to insert them
- * into the filter chain in a determistic order. Within a particular grouping,
+ * into the filter chain in a deterministic order. Within a particular grouping,
  * the ordering is equivalent to the order of calls to ap_add_*_filter().
  }
   ap_filter_type = (
@@ -513,7 +513,7 @@ function ap_fputstrs(f: Pap_filter_t; bb: Papr_bucket_brigade;
  * @param f the filter doing the writing
  * @param bb The brigade to buffer into
  * @param fmt The format string
- * @param ... The argumets to use to fill out the format string
+ * @param ... The arguments to use to fill out the format string
  }
 function ap_fprintf(f: Pap_filter_t; bb: Papr_bucket_brigade;
  const fmt: PAnsiChar; others: array of const): apr_status_t;

+ 2 - 2
packages/httpd22/examples/mod_example.pp

@@ -477,7 +477,7 @@ end;
 { intervention by other parts of the server, they need to make             }
 { sure any accumulated HTTP headers are sent first.  This is done by       }
 { calling send_http_header().  Otherwise, no header will be sent at all,   }
-{ and the output sent to the client will actually be HTTP-uncompliant.     }
+{ and the output sent to the client will actually be HTTP-noncompliant.    }
 {--------------------------------------------------------------------------}
 {
  * Sample content handler.  All this does is display the call list that has
@@ -763,7 +763,7 @@ begin
     sname := s^.server_hostname;
 
     {
-     * As with the x_create_dir_config() reoutine, we allocate and fill
+     * As with the x_create_dir_config() routine, we allocate and fill
      * in an empty record.
      }
     cfg := Px_cfg(apr_pcalloc(p, sizeof(x_cfg)));

+ 5 - 5
packages/httpd22/examples/mod_spelling.pp

@@ -319,8 +319,8 @@ begin
 
   {
    * The request should end up looking like this:
-   * r->uri: /correct-url/mispelling/more
-   * r->filename: /correct-file/mispelling r->path_info: /more
+   * r->uri: /correct-url/misspelling/more
+   * r->filename: /correct-file/misspelling r->path_info: /more
    *
    * So we do this in steps. First break r->filename into two pieces
    }
@@ -338,9 +338,9 @@ begin
 
   { good = /correct-file }
   good := apr_pstrndup(r^.pool, r^.filename, filoc);
-  { bad = mispelling }
+  { bad = misspelling }
   bad := apr_pstrdup(r^.pool, r^.filename + filoc + 1);
-  { postgood = mispelling/more }
+  { postgood = misspelling/more }
   postgood := apr_pstrcat(r^.pool, [bad, r^.path_info, nil]);
 
   urlen := strlen(r^.uri);
@@ -457,7 +457,7 @@ begin
 
   if (candidates^.nelts <> 0) then
   begin
-    { Wow... we found us a mispelling. Construct a fixed url }
+    { Wow... we found us a misspelling. Construct a fixed url }
     variant_ := Pmisspelled_file(candidates^.elts);
 
     ref := apr_table_get(r^.headers_in, 'Referer');

+ 1 - 1
packages/httpd22/src/apr/apr_errno.inc

@@ -1191,7 +1191,7 @@ const
 //#define APR_STATUS_IS_EHOSTUNREACH(s)    ((s) == APR_EHOSTUNREACH)
 { network is unreachable }
 //#define APR_STATUS_IS_ENETUNREACH(s)     ((s) == APR_ENETUNREACH)
-{ inappropiate file type or format }
+{ inappropriate file type or format }
 //#define APR_STATUS_IS_EFTYPE(s)          ((s) == APR_EFTYPE)
 { broken pipe }
 //#define APR_STATUS_IS_EPIPE(s)           ((s) == APR_EPIPE)

+ 4 - 4
packages/httpd22/src/apr/apr_file_info.inc

@@ -36,7 +36,7 @@
  }
 
 { Many applications use the type member to determine the
- * existance of a file or initialization of the file info,
+ * existence of a file or initialization of the file info,
  * so the APR_NOFILE value must be distinct from APR_UNKFILE.
  }
 
@@ -321,7 +321,7 @@ const
  * @param filepath the pathname to parse for its root component
  * @param flags the desired rules to apply, from
  * <PRE>
- *      APR_FILEPATH_NATIVE    Use native path seperators (e.g. '\' on Win32)
+ *      APR_FILEPATH_NATIVE    Use native path separators (e.g. '\' on Win32)
  *      APR_FILEPATH_TRUENAME  Tests that the root exists, and makes it proper
  * </PRE>
  * @param p the pool to allocate the new path string from
@@ -366,7 +366,7 @@ function apr_filepath_merge(newpath: PPAnsiChar; const rootpath, addpath: PPAnsi
  * @param pathelts the returned components of the search path
  * @param liststr the search path (e.g., <tt>getenv("PATH")</tt>)
  * @param p the pool to allocate the array and path components from
- * @remark empty path componenta do not become part of @a pathelts.
+ * @remark empty path component do not become part of @a pathelts.
  * @remark the path separator in @a liststr is system specific;
  * e.g., ':' on Unix, ';' on Windows, etc.
  }
@@ -380,7 +380,7 @@ function apr_filepath_list_split(pathelts: PPapr_array_header_t;
  * @param liststr the returned search path; may be NULL if @a pathelts is empty
  * @param pathelts the components of the search path
  * @param p the pool to allocate the search path from
- * @remark emtpy strings in the source array are ignored.
+ * @remark empty strings in the source array are ignored.
  * @remark the path separator in @a liststr is system specific;
  * e.g., ':' on Unix, ';' on Windows, etc.
  }

+ 3 - 3
packages/httpd22/src/apr/apr_file_io.inc

@@ -698,7 +698,7 @@ function apr_file_perms_set(const fname: PAnsiChar;
  * </PRE>
  * @param attr_mask Mask of valid bits in attributes.
  * @param pool the pool to use.
- * @remark This function should be used in preference to explict manipulation
+ * @remark This function should be used in preference to explicit manipulation
  *      of the file permissions, because the operations to provide these
  *      attributes are platform specific and may involve more than simply
  *      setting permission bits.
@@ -727,7 +727,7 @@ function apr_file_mtime_set(const fname: PAnsiChar;
 {
  * Create a new directory on the file system.
  * @param path the path for the directory to be created.  (use / on all systems)
- * @param perm Permissions for the new direcoty.
+ * @param perm Permissions for the new directory.
  * @param pool the pool to use.
  }
 function apr_dir_make(const path: PAnsiChar; perm: apr_fileperms_t;
@@ -739,7 +739,7 @@ function apr_dir_make(const path: PAnsiChar; perm: apr_fileperms_t;
  * 'mkdir -p'. Creates intermediate directories as required. No error
  * will be reported if PATH already exists.
  * @param path the path for the directory to be created.  (use / on all systems)
- * @param perm Permissions for the new direcoty.
+ * @param perm Permissions for the new directory.
  * @param pool the pool to use.
  }
 function apr_dir_make_recursive(const path: PAnsiChar;

+ 1 - 1
packages/httpd22/src/apr/apr_general.inc

@@ -41,7 +41,7 @@
 const
 { a space }
   APR_ASCII_BLANK = #040;
-{ a carrige return }
+{ a carriage return }
   APR_ASCII_CR    = #015;
 { a line feed }
   APR_ASCII_LF    = #012;

+ 1 - 1
packages/httpd22/src/apr/apr_poll.inc

@@ -43,7 +43,7 @@ const
   APR_POLLOUT  = $004;     {< Can write without blocking }
   APR_POLLERR  = $010;     {< Pending error }
   APR_POLLHUP  = $020;     {< Hangup occurred }
-  APR_POLLNVAL = $040;     {< Descriptior invalid }
+  APR_POLLNVAL = $040;     {< Descriptor invalid }
 
 {
  * Pollset Flags

+ 4 - 4
packages/httpd22/src/apr/apr_portable.inc

@@ -243,7 +243,7 @@ function apr_os_dir_get(thedir: PPapr_os_dir_t; dir: Papr_dir_t): apr_status_t;
 {
  * Convert the socket from an apr type to an OS specific socket
  * @param thesock The socket to convert.
- * @param sock The os specifc equivelant of the apr socket..
+ * @param sock The os specifc equivalent of the apr socket..
  }
 function apr_os_sock_get(thesock, sock: Papr_os_sock_t): apr_status_t;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}
@@ -483,7 +483,7 @@ function apr_os_shm_put(shm: PPapr_shm_t; osshm: Papr_os_shm_t;
 
 {$if defined(APR_HAS_DSO) or defined(DOXYGEN)}
 {
- * @defgroup apr_os_dso DSO (Dynamic Loading) Portabiliity Routines
+ * @defgroup apr_os_dso DSO (Dynamic Loading) Portability Routines
  }
 {
  * convert the dso handle from os specific to apr
@@ -519,7 +519,7 @@ function apr_os_uuid_get(uuid_data: PAnsiChar): apr_status_t;
 
 
 {
- * Get the name of the system default characer set.
+ * Get the name of the system default character set.
  * @param pool the pool to allocate the name from, if needed
  }
 function apr_os_default_encoding(pool: Papr_pool_t): PAnsiChar;
@@ -530,7 +530,7 @@ function apr_os_default_encoding(pool: Papr_pool_t): PAnsiChar;
  * Get the name of the current locale character set.
  * @param pool the pool to allocate the name from, if needed
  * @remark Defers to apr_os_default_encoding if the current locale's
- * data can't be retreved on this system.
+ * data can't be retrieved on this system.
  }
 function apr_os_locale_encoding(pool: Papr_pool_t): PAnsiChar;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}

+ 2 - 2
packages/httpd22/src/apr/apr_strings.inc

@@ -63,7 +63,7 @@
  * @param b The second string to compare
  * @return Either <0, 0, or >0.  If the first string is less than the second
  *          this returns <0, if they are equivalent it returns 0, and if the
- *          first string is greater than second string it retuns >0.
+ *          first string is greater than second string it returns >0.
  }
 function apr_strnatcmp(a, b: PAnsiChar): Integer;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}
@@ -76,7 +76,7 @@ function apr_strnatcmp(a, b: PAnsiChar): Integer;
  * @param b The second string to compare
  * @return Either <0, 0, or >0.  If the first string is less than the second
  *         this returns <0, if they are equivalent it returns 0, and if the
- *         first string is greater than second string it retuns >0.
+ *         first string is greater than second string it returns >0.
  }
 function apr_strnatcasecmp(a, b: PAnsiChar): Integer;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}

+ 4 - 4
packages/httpd22/src/apr/apr_thread_proc.inc

@@ -96,7 +96,7 @@ const
   APR_OC_REASON_DEATH        = 0;     {< child has died, caller must call
                                            * unregister still }
   APR_OC_REASON_UNWRITABLE   = 1;     {< write_fd is unwritable }
-  APR_OC_REASON_RESTART      = 2;     {< a restart is occuring, perform
+  APR_OC_REASON_RESTART      = 2;     {< a restart is occurring, perform
                                            * any necessary cleanup (including
                                            * sending a special signal to child)
                                            }
@@ -105,8 +105,8 @@ const
                                            * kill the child) }
   APR_OC_REASON_LOST         = 4;     {< somehow the child exited without
                                            * us knowing ... buggy os? }
-  APR_OC_REASON_RUNNING      = 5;     {< a health check is occuring,
-                                           * for most maintainence functions
+  APR_OC_REASON_RUNNING      = 5;     {< a health check is occurring,
+                                           * for most maintenance functions
                                            * this is a no-op.
                                            }
 
@@ -122,7 +122,7 @@ type
     { Parent's side of pipe to child's stdouterr }
     err: Papr_file_t;
 {$if defined(APR_HAS_PROC_INVOKED) or defined(DOXYGEN)}
-    { Diagnositics/debugging string of the command invoked for
+    { Diagnostics/debugging string of the command invoked for
      *  this process [only present if APR_HAS_PROC_INVOKED is true]
      * @remark Only enabled on Win32 by default.
      * @bug This should either always or never be present in release

+ 2 - 2
packages/httpd22/src/apr/apr_user.inc

@@ -108,7 +108,7 @@ function apr_uid_homepath_get(dirname: PPAnsiChar; const username: PAnsiChar;
  * Compare two user identifiers for equality.
  * @param left One uid to test
  * @param right Another uid to test
- * @return APR_SUCCESS if the apr_uid_t strutures identify the same user,
+ * @return APR_SUCCESS if the apr_uid_t structures identify the same user,
  * APR_EMISMATCH if not, APR_BADARG if an apr_uid_t is invalid.
  * @remark This function is available only if APR_HAS_USER is defined.
  }
@@ -147,7 +147,7 @@ function apr_gid_get(groupid: Papr_gid_t; const groupname: PAnsiChar;
  * Compare two group identifiers for equality.
  * @param left One gid to test
  * @param right Another gid to test
- * @return APR_SUCCESS if the apr_gid_t strutures identify the same group,
+ * @return APR_SUCCESS if the apr_gid_t structures identify the same group,
  * APR_EMISMATCH if not, APR_BADARG if an apr_gid_t is invalid.
  * @remark This function is available only if APR_HAS_USER is defined.
  }

+ 1 - 1
packages/httpd22/src/aprutil/apr_xlate.inc

@@ -63,7 +63,7 @@ function apr_xlate_open(convset: PPapr_xlate_t;
  external LibAPRUtil name LibNamePrefix + 'apr_xlate_open' + LibSuff16;
 
 {
- * This is to indicate the charset of the sourcecode at compile time
+ * This is to indicate the charset of the source code at compile time
  * names to indicate the charset of the source code at
  * compile time.  This is useful if there are literal
  * strings in the source code which must be translated

+ 3 - 3
packages/httpd22/src/http_config.inc

@@ -94,7 +94,7 @@ type
     RAW_ARGS,			{< cmd_func parses command line itself }
     TAKE1,			{< one argument only }
     TAKE2,			{< two arguments only }
-    ITERATE,			{< one argument, occuring multiple times
+    ITERATE,			{< one argument, occurring multiple times
 				 * (e.g., IndexIgnore)
                                  }
     ITERATE2,			{< two arguments, 2nd occurs multiple times
@@ -525,7 +525,7 @@ function ap_set_int_slot(cmd: Pcmd_parms; struct_ptr: Pointer; const arg: PAnsiC
 
 {
  * Return true if the specified method is limited by being listed in
- * a <Limit> container, or by *not* being listed in a <LimiteExcept>
+ * a <Limit> container, or by *not* being listed in a <LimitExcept>
  * container.
  *
  * @param   method  Pointer to a string specifying the method to check.
@@ -707,7 +707,7 @@ function ap_cfg_getc(cfp: Pap_configfile_t): Integer;
 {
  * Detach from open ap_configfile_t, calling the close handler
  * @param cfp The file to close
- * @return 1 on sucess, 0 on failure
+ * @return 1 on success, 0 on failure
  }
 function ap_cfg_closefile(cfp: Pap_configfile_t): Integer;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}

+ 1 - 1
packages/httpd22/src/http_core.inc

@@ -700,7 +700,7 @@ extern AP_DECLARE_DATA ap_filter_rec_t *ap_content_length_filter_handle;
 extern AP_DECLARE_DATA ap_filter_rec_t *ap_core_input_filter_handle;}
 
 {
- * This hook provdes a way for modules to provide metrics/statistics about
+ * This hook provides a way for modules to provide metrics/statistics about
  * their operational status.
  *
  * @param p A pool to use to create entries in the hash table

+ 1 - 1
packages/httpd22/src/http_protocol.inc

@@ -216,7 +216,7 @@ function ap_meets_conditions(r: Prequest_rec): Integer;
  * us centralize a bit of accounting (bytes_sent).
  *
  * These also return the number of bytes written by the call.
- * They should only be called with a timeout registered, for obvious reaasons.
+ * They should only be called with a timeout registered, for obvious reasons.
  * (Ditto the send_header stuff).
  }
 

+ 1 - 1
packages/httpd22/src/http_request.inc

@@ -282,7 +282,7 @@ const
 //void ap_process_request(request_rec *);
 {
  * Kill the current request
- * @param type Why the request is dieing
+ * @param type Why the request is dying
  * @param r The current request
  * @deffunc void ap_die(int type, request_rec *r)
  }

+ 11 - 11
packages/httpd22/src/httpd.inc

@@ -233,8 +233,8 @@ const
   AP_MAX_REG_MATCH = 10;
 
 {
- * APR_HAS_LARGE_FILES introduces the problem of spliting sendfile into
- * mutiple buckets, no greater than MAX(apr_size_t), and more granular
+ * APR_HAS_LARGE_FILES introduces the problem of splitting sendfile into
+ * multiple buckets, no greater than MAX(apr_size_t), and more granular
  * than that in case the brigade code/filters attempt to read it directly.
  * ### 16mb is an invention, no idea if it is reasonable.
  }
@@ -276,7 +276,7 @@ const
  * use by modules.  The difference between #AP_DECLARE and
  * #AP_DECLARE_NONSTD is that the latter is required for any functions
  * which use varargs or are used via indirect function call.  This
- * is to accomodate the two calling conventions in windows dlls.
+ * is to accommodate the two calling conventions in windows dlls.
 }
 //# define AP_DECLARE_NONSTD(type)    type
 
@@ -545,9 +545,9 @@ const
 { Just in case your linefeed isn't the one the other end is expecting. }
 { linefeed }
   LF = 10;
-{ carrige return }
+{ carriage return }
   CR = 13;
-{ carrige return /Line Feed Combo }
+{ carriage return /Line Feed Combo }
   CRLF = #015#012;
 
 {
@@ -1210,7 +1210,7 @@ function ap_getword_white_nc(p: Papr_pool_t; const line: PPAnsiChar): PAnsiChar;
  * @param p The pool to allocate memory from
  * @param line The line to traverse
  * @param stop The character to start at
- * @return A copy of all caracters after the first occurance of the specified
+ * @return A copy of all characters after the first occurance of the specified
  *         character
 }
 function ap_getword_nulls(p: Papr_pool_t; const line: PPAnsiChar; stop: AnsiChar): PAnsiChar;
@@ -1222,7 +1222,7 @@ function ap_getword_nulls(p: Papr_pool_t; const line: PPAnsiChar; stop: AnsiChar
  * @param p The pool to allocate memory from
  * @param line The line to traverse
  * @param stop The character to start at
- * @return A copy of all caracters after the first occurance of the specified
+ * @return A copy of all characters after the first occurance of the specified
  *         character
  * @note The same as ap_getword_nulls(), except it doesn't use const AnsiChar **.
 }
@@ -1500,7 +1500,7 @@ function ap_make_dirstr_parent(p: Papr_pool_t; const s: PAnsiChar): PAnsiChar;
 
 {
  * Given a directory and filename, create a single path from them.  This
- * function is smart enough to ensure that there is a sinlge '/' between the
+ * function is smart enough to ensure that there is a single '/' between the
  * directory and file names
  * @param a The pool to allocate from
  * @param dir The directory name
@@ -1538,7 +1538,7 @@ function ap_is_matchexp(const str: PAnsiChar): Integer;
  external LibHTTPD name LibNamePrefix + 'ap_is_matchexp' + LibSuff4;
 
 {
- * Determine if a string matches a patterm containing the wildcards '?' or '*'
+ * Determine if a string matches a pattern containing the wildcards '?' or '*'
  * @param str The string to check
  * @param expected The pattern to match against
  * @return 1 if the two strings match, 0 otherwise
@@ -1548,7 +1548,7 @@ function ap_strcmp_match(const str, expected: PAnsiChar): Integer;
  external LibHTTPD name LibNamePrefix + 'ap_strcmp_match' + LibSuff8;
 
 {
- * Determine if a string matches a patterm containing the wildcards '?' or '*',
+ * Determine if a string matches a pattern containing the wildcards '?' or '*',
  * ignoring case
  * @param str The string to check
  * @param expected The pattern to match against
@@ -1690,7 +1690,7 @@ function ap_escape_quotes(p: Papr_pool_t; const instring: PAnsiChar): PAnsiChar;
  external LibHTTPD name LibNamePrefix + 'ap_escape_quotes' + LibSuff8;
 
 {
- * Given a string, append the PID deliminated by delim.
+ * Given a string, append the PID delimitated by delim.
  * Usually used to create a pid-appended filepath name
  * (eg: /a/b/foo -> /a/b/foo.6726). A function, and not
  * a macro, to avoid unistd.h dependency

+ 2 - 2
packages/httpd22/src/util_filter.inc

@@ -148,7 +148,7 @@ type
  * and sort the filters to properly sequence their operation.
  *
  * The types have a particular sort order, which allows us to insert them
- * into the filter chain in a determistic order. Within a particular grouping,
+ * into the filter chain in a deterministic order. Within a particular grouping,
  * the ordering is equivalent to the order of calls to ap_add_*_filter().
  }
   ap_filter_type = (
@@ -564,7 +564,7 @@ function ap_fputstrs(f: Pap_filter_t; bb: Papr_bucket_brigade;
  * @param f the filter doing the writing
  * @param bb The brigade to buffer into
  * @param fmt The format string
- * @param ... The argumets to use to fill out the format string
+ * @param ... The arguments to use to fill out the format string
  }
 function ap_fprintf(f: Pap_filter_t; bb: Papr_bucket_brigade;
  const fmt: PAnsiChar; others: array of const): apr_status_t;

+ 1 - 1
packages/httpd24/src/ap_expr.inc

@@ -364,7 +364,7 @@ type
 
 {** Function for looking up the provider function for a variable, operator
  *  or function in an expression.
- *  @param parms The parameter struct, also determins where the result is
+ *  @param parms The parameter struct, also determines where the result is
  *               stored.
  *  @return OK on success,
  *          !OK on failure,

+ 1 - 1
packages/httpd24/src/ap_release.inc

@@ -35,7 +35,7 @@ const
  * application.
  *
  * "Product tokens should be short and to the point -- use of them for
- * advertizing or other non-essential information is explicitly forbidden."
+ * advertising or other non-essential information is explicitly forbidden."
  *
  * Example: "Apache/1.1.0 MrWidget/0.1-alpha"
  *}

+ 3 - 3
packages/httpd24/src/apr/apr_errno.inc

@@ -273,7 +273,7 @@ const
  * APR_ANONYMOUS      APR is using anonymous shared memory
  * APR_FILEBASED      APR is using a file name as the key to the shared memory
  * APR_KEYBASED       APR is using a shared key as the key to the shared memory
- * APR_EINIT          Ininitalizer value.  If no option has been found, but
+ * APR_EINIT          Initializer value.  If no option has been found, but
  *                    the status variable requires a value, this should be used
  * APR_ENOTIMPL       The APR function has not been implemented on this
  *                    platform, either because nobody has gotten to it yet,
@@ -604,7 +604,7 @@ APR_EBUSY =         APR_OS_START_STATUS+25;
  *}
 //#define APR_STATUS_IS_KEYBASED(s)       ((s) == APR_KEYBASED)
 {**
- * Ininitalizer value.  If no option has been found, but
+ * Initializer value.  If no option has been found, but
  * the status variable requires a value, this should be used
  * @warning
  * always use this test, as platform-specific variances may meet this
@@ -1299,7 +1299,7 @@ SOCENOTEMPTY            = (SOCBASEERR + 66);            //* Directory not empty
 #define APR_STATUS_IS_EHOSTUNREACH(s)    ((s) == APR_EHOSTUNREACH)
 /** network is unreachable */
 #define APR_STATUS_IS_ENETUNREACH(s)     ((s) == APR_ENETUNREACH)
-/** inappropiate file type or format */
+/** inappropriate file type or format */
 #define APR_STATUS_IS_EFTYPE(s)          ((s) == APR_EFTYPE)
 /** broken pipe */
 #define APR_STATUS_IS_EPIPE(s)           ((s) == APR_EPIPE)

+ 4 - 4
packages/httpd24/src/apr/apr_file_info.inc

@@ -40,7 +40,7 @@
  *)
 
 {* Many applications use the type member to determine the
- * existance of a file or initialization of the file info,
+ * existence of a file or initialization of the file info,
  * so the APR_NOFILE value must be distinct from APR_UNKFILE.
  *}
 
@@ -347,7 +347,7 @@ const
  * @param filepath the pathname to parse for its root component
  * @param flags the desired rules to apply, from
  * <PRE>
- *      APR_FILEPATH_NATIVE    Use native path seperators (e.g. '\' on Win32)
+ *      APR_FILEPATH_NATIVE    Use native path separators (e.g. '\' on Win32)
  *      APR_FILEPATH_TRUENAME  Tests that the root exists, and makes it proper
  * </PRE>
  * @param p the pool to allocate the new path string from
@@ -404,7 +404,7 @@ function apr_filepath_merge(newpath: PPAnsiChar;
  * @param pathelts the returned components of the search path
  * @param liststr the search path (e.g., <tt>getenv("PATH")</tt>)
  * @param p the pool to allocate the array and path components from
- * @remark empty path componenta do not become part of @a pathelts.
+ * @remark empty path component do not become part of @a pathelts.
  * @remark the path separator in @a liststr is system specific;
  * e.g., ':' on Unix, ';' on Windows, etc.
  *}
@@ -422,7 +422,7 @@ function apr_filepath_list_split(pathelts: PPapr_array_header_t;
  * @param liststr the returned search path; may be NULL if @a pathelts is empty
  * @param pathelts the components of the search path
  * @param p the pool to allocate the search path from
- * @remark emtpy strings in the source array are ignored.
+ * @remark empty strings in the source array are ignored.
  * @remark the path separator in @a liststr is system specific;
  * e.g., ':' on Unix, ';' on Windows, etc.
  *}

+ 1 - 1
packages/httpd24/src/apr/apr_pools.inc

@@ -723,7 +723,7 @@ procedure apr_pool_cleanup_register(p: Papr_pool_t;
  *
  * Unlike apr_pool_cleanup_register which register a cleanup
  * that is called AFTER all subpools are destroyed this function register
- * a function that will be called before any of the subpool is destoryed.
+ * a function that will be called before any of the subpool is destroyed.
  *
  * @param p The pool register the cleanup with
  * @param data The data to pass to the cleanup function.

+ 2 - 2
packages/httpd24/src/apr/apr_strings.inc

@@ -67,7 +67,7 @@
  * @param b The second string to compare
  * @return Either <0, 0, or >0.  If the first string is less than the second
  *          this returns <0, if they are equivalent it returns 0, and if the
- *          first string is greater than second string it retuns >0.
+ *          first string is greater than second string it returns >0.
  *}
 //APR_DECLARE(int) apr_strnatcmp(AnsiChar const *a, AnsiChar const *b);
 function apr_strnatcmp(a, b: PAnsiChar): Integer;
@@ -81,7 +81,7 @@ function apr_strnatcmp(a, b: PAnsiChar): Integer;
  * @param b The second string to compare
  * @return Either <0, 0, or >0.  If the first string is less than the second
  *         this returns <0, if they are equivalent it returns 0, and if the
- *         first string is greater than second string it retuns >0.
+ *         first string is greater than second string it returns >0.
  *}
 //APR_DECLARE(int) apr_strnatcasecmp(AnsiChar const *a, AnsiChar const *b);
 function apr_strnatcasecmp(a, b: PAnsiChar): Integer;

+ 2 - 2
packages/httpd24/src/apr/apr_user.inc

@@ -121,7 +121,7 @@ function apr_uid_homepath_get(dirname: PPAnsiChar;
  * Compare two user identifiers for equality.
  * @param left One uid to test
  * @param right Another uid to test
- * @return APR_SUCCESS if the apr_uid_t strutures identify the same user,
+ * @return APR_SUCCESS if the apr_uid_t structures identify the same user,
  * APR_EMISMATCH if not, APR_BADARG if an apr_uid_t is invalid.
  * @remark This function is available only if APR_HAS_USER is defined.
  *}
@@ -164,7 +164,7 @@ function apr_gid_get(groupid: Papr_gid_t;
  * Compare two group identifiers for equality.
  * @param left One gid to test
  * @param right Another gid to test
- * @return APR_SUCCESS if the apr_gid_t strutures identify the same group,
+ * @return APR_SUCCESS if the apr_gid_t structures identify the same group,
  * APR_EMISMATCH if not, APR_BADARG if an apr_gid_t is invalid.
  * @remark This function is available only if APR_HAS_USER is defined.
  *}

+ 2 - 2
packages/httpd24/src/http_config.inc

@@ -93,7 +93,7 @@ type
     RAW_ARGS,           {**< cmd_func parses command line itself *}
     TAKE1,              {**< one argument only *}
     TAKE2,              {**< two arguments only *}
-    ITERATE,            {**< one argument, occuring multiple times
+    ITERATE,            {**< one argument, occurring multiple times
                          * (e.g., IndexIgnore)
                          *}
     ITERATE2,           {**< two arguments, 2nd occurs multiple times
@@ -914,7 +914,7 @@ function ap_cfg_getc(ch: PAnsiChar; cfp: Pap_configfile_t): apr_status_t;
 {**
  * Detach from open ap_configfile_t, calling the close handler
  * @param cfp The file to close
- * @return 1 on sucess, 0 on failure
+ * @return 1 on success, 0 on failure
  *}
 function ap_cfg_closefile(cfp: Pap_configfile_t): Integer;
  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}

+ 3 - 3
packages/httpd24/src/http_core.inc

@@ -54,7 +54,7 @@
  *}
 
 (**
- * @defgroup APACHE_CORE_HTTPD_ACESSORS Acessors
+ * @defgroup APACHE_CORE_HTTPD_ACESSORS Assessors
  *
  * @brief File/Directory Accessor directives
  *
@@ -878,7 +878,7 @@ type
 //extern AP_DECLARE_DATA ap_filter_rec_t *ap_core_input_filter_handle;
 
 {**
- * This hook provdes a way for modules to provide metrics/statistics about
+ * This hook provides a way for modules to provide metrics/statistics about
  * their operational status.
  *
  * @param p A pool to use to create entries in the hash table
@@ -934,7 +934,7 @@ type
     s: Pserver_rec;
 
     {** current conn_rec.
-     *  Should be preferred over r->connecction
+     *  Should be preferred over r->connection
      *}
     c: Pconn_rec;
 

+ 1 - 1
packages/httpd24/src/http_log.inc

@@ -113,7 +113,7 @@ APLOG_NO_MODULE	=	-1;
  * Constant to store module_index for the current file.
  * Objects with static storage duration are set to NULL if not
  * initialized explicitly. This means that if aplog_module_index
- * is not initalized using the ::APLOG_USE_MODULE or the
+ * is not initialized using the ::APLOG_USE_MODULE or the
  * ::AP_DECLARE_MODULE macro, we can safely fall back to
  * use ::APLOG_NO_MODULE. This variable will usually be optimized away.
  */

+ 1 - 1
packages/httpd24/src/http_protocol.inc

@@ -250,7 +250,7 @@ function ap_meets_conditions(r: Prequest_rec): Integer;
  * us centralize a bit of accounting (bytes_sent).
  *
  * These also return the number of bytes written by the call.
- * They should only be called with a timeout registered, for obvious reaasons.
+ * They should only be called with a timeout registered, for obvious reasons.
  * (Ditto the send_header stuff).
  *}
 

+ 10 - 10
packages/httpd24/src/httpd.inc

@@ -238,7 +238,7 @@ const
 
   {*
    * APR_HAS_LARGE_FILES introduces the problem of spliting sendfile into
-   * mutiple buckets, no greater than MAX(apr_size_t), and more granular
+   * multiple buckets, no greater than MAX(apr_size_t), and more granular
    * than that in case the brigade code/filters attempt to read it directly.
    * ### 16mb is an invention, no idea if it is reasonable.
     }
@@ -288,7 +288,7 @@ const
    * use by modules.  The difference between #AP_DECLARE and
    * #AP_DECLARE_NONSTD is that the latter is required for any functions
    * which use varargs or are used via indirect function call.  This
-   * is to accomodate the two calling conventions in windows dlls.
+   * is to accommodate the two calling conventions in windows dlls.
     }
   { was #define dname(params) para_def_expr }
   { argument types are unknown }
@@ -931,7 +931,7 @@ const
         log_id : PAnsiChar;
   {* This points to the current thread being used to process this request,
    * over the lifetime of a request, the value may change. Users of the connection
-   * record should not rely upon it staying the same between calls that invole
+   * record should not rely upon it staying the same between calls that involve
    * the MPM.
    }
 //{$if APR_HAS_THREADS}
@@ -1229,7 +1229,7 @@ function ap_context_prefix(r: Prequest_rec): PAnsiChar;
    * @param prefix the URI prefix, without trailing slash
    * @param document_root the corresponding directory on disk, without trailing
    * slash
-   * @note If one of prefix of document_root is NULL, the corrsponding
+   * @note If one of prefix of document_root is NULL, the corresponding
    * property will not be changed.
     }
 procedure ap_set_context_info(r: Prequest_rec; const prefix, document_root: PAnsiChar);
@@ -1323,7 +1323,7 @@ function ap_getword_white_nc(p: Papr_pool_t; line: PPAnsiChar): PAnsiChar;
    * @param p The pool to allocate memory from
    * @param line The line to traverse
    * @param stop The character to start at
-   * @return A copy of all caracters after the first occurance of the specified
+   * @return A copy of all characters after the first occurance of the specified
    *         character
     }
 function ap_getword_nulls(p: Papr_pool_t; const line: PPAnsiChar; stop: AnsiChar): PAnsiChar;
@@ -1335,7 +1335,7 @@ function ap_getword_nulls(p: Papr_pool_t; const line: PPAnsiChar; stop: AnsiChar
    * @param p The pool to allocate memory from
    * @param line The line to traverse
    * @param stop The character to start at
-   * @return A copy of all caracters after the first occurance of the specified
+   * @return A copy of all characters after the first occurance of the specified
    *         character
    * @note The same as ap_getword_nulls(), except it doesn't use const AnsiChar **.
     }
@@ -1718,7 +1718,7 @@ function ap_is_matchexp(const str: PAnsiChar): Integer;
  external LibHTTPD name LibNamePrefix + 'ap_is_matchexp' + LibSuff4;
 
 {*
- * Determine if a string matches a patterm containing the wildcards '?' or '*'
+ * Determine if a string matches a pattern containing the wildcards '?' or '*'
  * @param str The string to check
  * @param expected The pattern to match against
  * @return 0 if the two strings match, 1 otherwise
@@ -1728,7 +1728,7 @@ function ap_strcmp_match(const str, expected: PAnsiChar): Integer;
  external LibHTTPD name LibNamePrefix + 'ap_strcmp_match' + LibSuff8;
 
 {*
- * Determine if a string matches a patterm containing the wildcards '?' or '*',
+ * Determine if a string matches a pattern containing the wildcards '?' or '*',
  * ignoring case
  * @param str The string to check
  * @param expected The pattern to match against
@@ -1914,13 +1914,13 @@ function ap_escape_quotes(p: Papr_pool_t; const instring: PAnsiChar): PAnsiChar;
  external LibHTTPD name LibNamePrefix + 'ap_escape_quotes' + LibSuff8;
 
 {*
- * Given a string, append the PID deliminated by delim.
+ * Given a string, append the PID delimitated by delim.
  * Usually used to create a pid-appended filepath name
  * (eg: /a/b/foo -> /a/b/foo.6726). A function, and not
  * a macro, to avoid unistd.h dependency
  * @param p The pool to allocate memory from
  * @param string The string to append the PID to
- * @param delim The string to use to deliminate the string from the PID
+ * @param delim The string to use to delimitate the string from the PID
  * @return A copy of the string with the PID appended
   }
 function ap_append_pid(p: Papr_pool_t; const string_, delim: PAnsiChar): PAnsiChar;

+ 1 - 1
packages/httpd24/src/util_filter.inc

@@ -158,7 +158,7 @@ type
  * and sort the filters to properly sequence their operation.
  *
  * The types have a particular sort order, which allows us to insert them
- * into the filter chain in a determistic order. Within a particular grouping,
+ * into the filter chain in a deterministic order. Within a particular grouping,
  * the ordering is equivalent to the order of calls to ap_add_*_filter().
   }
   Pap_filter_type = ^ap_filter_type;

+ 1 - 1
packages/ide/fpdebug.pas

@@ -931,7 +931,7 @@ begin
     begin
 {$endif SUPPORT_REMOTE}
 {$ifdef Windows}
-  { Run the debugge in another console }
+  { Run the debuggee in another console }
   if DebuggeeTTY<>'' then
     SetCommand('new-console on')
   else

+ 1 - 1
packages/ide/fpini.pas

@@ -37,7 +37,7 @@ uses
   FVConsts,
   Version,
 {$ifdef USE_EXTERNAL_COMPILER}
-   fpintf, { superseeds version_string of version unit }
+   fpintf, { supersedes version_string of version unit }
 {$endif USE_EXTERNAL_COMPILER}
   WConsts,WUtils,WINI,WViews,WEditor,WCEdit,FPSymbol,
   {$ifndef NODEBUG}FPDebug,{$endif}FPConst,FPVars,

+ 4 - 4
packages/ide/wos2help.pas

@@ -43,14 +43,14 @@ type
                                  { seem to work with INF settings here as well. }
         HeaderSize  : word;      { total size of header                         }
         Unknown2    : word;      { unknown purpose                              }
-        NumTOC      : word;      { 16 bit number of entries in the tocarray     }
+        NumTOC      : word;      { 16 bit number of entries in the to carray    }
         TOCStrTabOfs: longint;   { 32 bit file offset of the start of the       }
                                  { strings for the table-of-contents            }
         TOCStrTabSize: longint;  { number of bytes in file occupied by the      }
                                  { table-of-contents strings                    }
-        TOCArrayOfs : longint;   { 32 bit file offset of the start of tocarray  }
-        NumResPanels: word;      { number of panels with ressource numbers      }
-        ResTabOfs   : longint;   { 32 bit file offset of ressource number table }
+        TOCArrayOfs : longint;   { 32 bit file offset of the start of to carray }
+        NumResPanels: word;      { number of panels with resource numbers       }
+        ResTabOfs   : longint;   { 32 bit file offset of resource number table  }
         NumNames    : word;      { number of panels with textual name           }
         NameTabOfs  : longint;   { 32 bit file offset to panel name table       }
         NumIndexes  : word;      { number of index entries                      }

+ 1 - 1
packages/ide/wutils.pas

@@ -1364,7 +1364,7 @@ begin
   Dos.FindClose(Dir);
 end;
 
-{ returns zero for empty and non existant files }
+{ returns zero for empty and non existent files }
 
 function SizeOfFile(const FileName: string): longint;
 var

+ 1 - 1
packages/imagemagick/src/cache.inc

@@ -62,5 +62,5 @@ function GetAuthenticPixels(_image: PImage; const x, y: clong;
   SetPixelCacheVirtualMethod(const Image *,const VirtualPixelMethod);
 
 extern MagickExport void
-  DestroyCacheFaclity(void);}
+  DestroyCacheFacility(void);}
 

+ 1 - 1
packages/imagemagick/src/magick_type.inc

@@ -15,7 +15,7 @@
 
   ImageMagick structure members.
 
-  NOTE: This is a simplifyed version of magick/magick-type.h
+  NOTE: This is a simplified version of magick/magick-type.h
 }
 
 const MaxTextExtent = 4096;

+ 1 - 1
packages/iosxlocale/src/iosxwstr.pp

@@ -96,7 +96,7 @@ implementation
           CFRelease(str);
           runerror(231);
         end
-      { if partially succesful, recreate with the required len }
+      { if partially successful, recreate with the required len }
       else if convertedchars<strlen then
         begin
           setlength(dest,encodedlen);

+ 1 - 1
packages/ldap/src/lberh.inc

@@ -163,7 +163,7 @@ var
 
 function LBER_OPT_ON: Pointer;
 
-(* Structure for LBER IO operarion descriptor *)
+(* Structure for LBER IO operation descriptor *)
 type
   PBerElement                       = Pointer;
 

Some files were not shown because too many files changed in this diff