Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-17 01:09:20 -08:00
parent b6e63cbebd
commit 4c36be58ca
102 changed files with 178 additions and 176 deletions

View file

@ -346,7 +346,7 @@ read_scores (const char *filename, struct score_entry **scores, int *count)
return -1;
while ((readval = read_score (f, &ret[scorecount])) == 0)
{
/* We encoutered an error */
/* We encountered an error. */
if (readval < 0)
return -1;
scorecount++;