Commit 0b02e3f1 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

Author: Masahiko Sawada <sawada.mshk@gmail.com>
parent f40254a7
......@@ -210,7 +210,7 @@ create_rel_filename_map(const char *old_data, const char *new_data,
/* new_relfilenode will match old and new pg_class.oid */
map->new_relfilenode = new_rel->relfilenode;
/* used only for logging and error reporing, old/new are identical */
/* used only for logging and error reporting, old/new are identical */
map->nspname = old_rel->nspname;
map->relname = old_rel->relname;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment