summaryrefslogtreecommitdiff
path: root/src/Initialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Initialize.c')
-rw-r--r--src/Initialize.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Initialize.c b/src/Initialize.c
index 8ae54b4..8252d59 100644
--- a/src/Initialize.c
+++ b/src/Initialize.c
@@ -203,10 +203,10 @@ _XtInherit(void)
* First it could be used as a generic function and second
* as an absolute address reference, which will be used to
* check the initialisation process of several other libraries.
- * Because of this the symbol must be accessable by all
+ * Because of this the symbol must be accessible by all
* client dll's and applications. In unix environments
* this is no problem, because the used shared libraries
- * format (elf) supports this immediatly. Under Windows
+ * format (elf) supports this immediately. Under Windows
* this isn't true, because a functions address in a dll
* is different from the same function in another dll or
* applications, because the used Portable Executable
@@ -287,7 +287,7 @@ XtToolkitInitialize(void)
XrmInitialize();
_XtResourceListInitialize();
- /* Other intrinsic intialization */
+ /* Other intrinsic initialization */
_XtConvertInitialize();
_XtEventInitialize();
_XtTranslateInitialize();