From 7d0682d3aeca2074b0b8ac7a4e7e828e4b8cd1f3 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 6 Jul 2016 22:18:11 +0200 Subject: [PATCH] Fix typos --- src/nyancat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nyancat.c b/src/nyancat.c index 5fb7506..d02b08c 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -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;