Fix typos

This commit is contained in:
Jakub Wilk 2016-07-06 22:18:11 +02:00
parent 7250ec2310
commit 7d0682d3ae
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* Build tools unified by: Aaron Peschel
* https://github.com/apeschel
*
* For a complete listing of contributers, please see the git commit history.
* For a complete listing of contributors, please see the git commit history.
*
* This is a simple telnet server / standalone application which renders the
* classic Nyan Cat (or "poptart cat") to your terminal.
@ -118,7 +118,7 @@ int show_counter = 1;
unsigned int frame_count = 0;
/*
* Clear the screen between frames (as opposed to reseting
* Clear the screen between frames (as opposed to resetting
* the cursor position)
*/
int clear_screen = 1;