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

Fix some typos

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/C36ADFDF-D09A-4EE5-B186-CB46C3653F4C@yesql.se
This commit is contained in:
Michael Paquier
2020-11-14 11:43:10 +09:00
parent ec0294fb2c
commit 788dd0b839
8 changed files with 9 additions and 9 deletions

View File

@ -500,7 +500,7 @@ sanity_check_relation(Relation rel)
/*
* Record a single corruption found in the table. The values in ctx should
* reflect the location of the corruption, and the msg argument should contain
* a human readable description of the corruption.
* a human-readable description of the corruption.
*
* The msg argument is pfree'd by this function.
*/