Spelling fixes.
This commit is contained in:
parent
b6e63cbebd
commit
4c36be58ca
102 changed files with 178 additions and 176 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue