1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Minor spelling fixes

Fix a few spelling mistakes.

Per bug report #8193 from Lajos Veres.
This commit is contained in:
Stephen Frost
2013-06-01 10:18:59 -04:00
parent 551938ae22
commit c9fc28a7f1
4 changed files with 7 additions and 7 deletions

View File

@ -258,7 +258,7 @@ transfer_relfile(pageCnvCtx *pageConverter, FileNameMap *map,
if (errno == ENOENT)
return;
else
pg_log(PG_FATAL, "error while checking for file existance \"%s.%s\" (\"%s\" to \"%s\"): %s\n",
pg_log(PG_FATAL, "error while checking for file existence \"%s.%s\" (\"%s\" to \"%s\"): %s\n",
map->nspname, map->relname, old_file, new_file,
getErrorText(errno));
}