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

@@ -578,7 +578,7 @@ insertWcharValue(
* data - the data, the size of the data
*
* Returns 0 - contents were set sucessfully
* !0 - an error occured while setting the contents
* !0 - an error occurred while setting the contents
*
***************************************************************************/
@@ -641,7 +641,7 @@ DtEditorSetContents(
* filename - name of the file to read
*
* Returns 0 - contents were loaded sucessfully
* !0 - an error occured while loading the contents
* !0 - an error occurred while loading the contents
*
***************************************************************************/
@@ -675,7 +675,7 @@ DtEditorSetContentsFromFile(
* data - the data, the size of the data
*
* Returns 0 - contents were set sucessfully
* !0 - an error occured while setting the contents
* !0 - an error occurred while setting the contents
*
***************************************************************************/
@@ -734,7 +734,7 @@ DtEditorAppend(
* filename - name of the file to read
*
* Returns 0 - contents were appended sucessfully
* !0 - an error occured while appending the contents
* !0 - an error occurred while appending the contents
*
***************************************************************************/
@@ -768,7 +768,7 @@ DtEditorAppendFromFile(
* data - the data, the size of the data
*
* Returns 0 - contents were set sucessfully
* !0 - an error occured while setting the contents
* !0 - an error occurred while setting the contents
*
***************************************************************************/
@@ -827,7 +827,7 @@ DtEditorInsert(
* filename - name of the file to read
*
* Returns 0 - contents were inserted sucessfully
* !0 - an error occured while inserting the contents
* !0 - an error occurred while inserting the contents
*
***************************************************************************/
@@ -867,7 +867,7 @@ DtEditorInsertFromFile(
*
*
* Returns 0 - the portion was replaced sucessfully
* !0 - an error occured while replacing the portion
* !0 - an error occurred while replacing the portion
*
***************************************************************************/
@@ -955,7 +955,7 @@ DtEditorReplace(
* filename - local name of the file to read
*
* Returns 0 - contents were inserted sucessfully
* !0 - an error occured while inserting the contents
* !0 - an error occurred while inserting the contents
*
***************************************************************************/
@@ -1647,7 +1647,7 @@ getWcharValue(
* reports there are unsaved changes.
*
* Returns 0 - contents were retrieved sucessfully
* !0 - an error occured while retrieving the contents
* !0 - an error occurred while retrieving the contents
*
* The structure passed in will be set according to the
* requested format:

View File

@@ -5858,13 +5858,13 @@ Center (FormatData *data,
* and manipulation needed to do the job.
*
* Words are kept in wordbuf[] without trailing nulls. It is large enough
* to accomodate two lines' worth of words plus wrap around to start a new
* to accommodate two lines' worth of words plus wrap around to start a new
* word (which might be as big as a line) without overwriting old words
* not yet dumped. wordcp -> next free location in wordbuf[];
* wordcpwrap -> last place a new word is allowed to start.
*
* Words are pointed to and described by word[] structures. The array is
* big enough to accomodate two lines' worth of words, assuming each word
* big enough to accommodate two lines' worth of words, assuming each word
* takes at least two characters (including separator). wordbase and
* wordlimit are the bounds of the array. wordfirst remembers the first
* word in the array not yet printed. wordat is the word being worked on

View File

@@ -149,7 +149,7 @@ DtEditorInvokeSpellDialog(
/*
* The filter was started successfully.
* Initialize the Spell dialog and get ready to receive
* the list of mispelled words.
* the list of misspelled words.
*/
_DtEditorSearch(pPriv, True, True);
_DtTurnOnHourGlass(M_search_dialog(pPriv));