Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -64,7 +64,7 @@ _Tt_c_mp::
//
// Returns:
// TT_OK
// TT_ERR_NOMP - the initial session could not be initialised.
// TT_ERR_NOMP - the initial session could not be initialized.
Tt_status _Tt_c_mp::
c_init()

View File

@@ -181,7 +181,7 @@ init(_Tt_string dt_handle, _Tt_dt_type /* t */)
}
// I/O error handler. Longjmp back to before the error occured.
// I/O error handler. Longjmp back to before the error occurred.
int _Tt_desktop::
io_error_proc(void *)
{

View File

@@ -144,7 +144,7 @@
* OPT_AUTOMOUNT_PATH_FIX - set for systems with autmounters that do
* not treat /tmp_mnt/nfs/... the same as /nfs/... in terms of which
* can tickle the automounter. For many systems, a mount can only be
* tickled into existance using /nfs/... This is bad since calls to
* tickled into existence using /nfs/... This is bad since calls to
* say realpath() will hand back /tmp_mnt/nfs/... which is for all
* practical purposes temporary.
*
@@ -174,7 +174,7 @@
* files prior to exiting.
*
* OPT_GARBAGE_IN_PARALLEL - If TRUE, enables garbage collection
* in a seperate thread (or process). If FALSE
* in a separate thread (or process). If FALSE
* perform garbage collection in the same
* thread (or process).
*/

View File

@@ -506,7 +506,7 @@ entry(const char *argskey, _Tt_entry_pt func, ...)
} break;
// this is an index for a particular argument
// We have a seperate case for this in order to
// We have a separate case for this in order to
// factor out the test below.
case ARG_INTEGER: {
int arg_index;

View File

@@ -37,7 +37,7 @@
/*
* Attempts to find the best path to a dynamic library named by libname.
* If succesful then 1 is returned and path will be set to the path to
* If successful then 1 is returned and path will be set to the path to
* the library. Otherwise 0 is returned. This function will use the
* appropiate combination of LD_LIBRARY_PATH and the required hardcoded
* paths to perform the search.