Correct spelling of some client messages, comments and function names

This commit is contained in:
gdinit
2017-09-25 14:58:31 +01:00
committed by Kevin Easton
parent b102b9d5c9
commit bac141898b
50 changed files with 430 additions and 428 deletions

View File

@@ -2320,7 +2320,7 @@ void MoveCursor(int Xnew, int Ynew)
}
void MoveRight()
/* move cursor right, but dont update screen.
/* move cursor right, but don't update screen.
this procedure must be called from DispChar&DispKanji only */
{
CursorX++;
@@ -2328,7 +2328,7 @@ void MoveRight()
}
void MoveLeft()
/* move cursor right, but dont update screen.
/* move cursor right, but don't update screen.
this procedure must be called from DispChar&DispKanji only */
{
CursorX--;