Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some typos.
Thanks to pabs for noticing one of them. Closes #3495.
  • Loading branch information
cybersphinx committed May 20, 2012
1 parent c46d2d5 commit 52511ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/map.cpp
Expand Up @@ -282,7 +282,7 @@ static void init_tileNames(int type)
debug(LOG_TERRAIN, "name: %s, with %d entries", name, numlines);
if (numlines == 0 || numlines > MAX_TERRAIN_TILES)
{
debug(LOG_FATAL, "Rockie_enum paramater is out of range (%d). Aborting.", numlines);
debug(LOG_FATAL, "Rockie_enum parameter is out of range (%d). Aborting.", numlines);
abort();
}

Expand Down
2 changes: 1 addition & 1 deletion tests/modeltest.c
Expand Up @@ -211,7 +211,7 @@ static void check_pie(const char *input)
{
if (x < 0)
{
fprintf(stderr, "Bad CONNNECTORS directive in %s, level %d\n", input, level);
fprintf(stderr, "Bad CONNECTORS directive in %s, level %d\n", input, level);
exit(EXIT_FAILURE);
}
for (j = 0; j < x; ++j)
Expand Down

0 comments on commit 52511ce

Please sign in to comment.