(svn r10736) -Fix: Correct all mispellings of 'successful'.

This commit is contained in:
peter1138
2007-07-30 13:36:09 +00:00
parent 92061aba4e
commit 06986b7744
6 changed files with 11 additions and 11 deletions

View File

@@ -1016,7 +1016,7 @@ void DetermineBasePaths(const char *exe)
* and append this up to the maximum length (either absolute or screenlength). If maxlength
* is zero, we don't care about the screenlength but only about the physical length of the string
* @param tb Textbuf type to be changed
* @return true on successfull change of Textbuf, or false otherwise
* @return true on successful change of Textbuf, or false otherwise
*/
bool InsertTextBufferClipboard(Textbuf *tb)
{