1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

Fix typos in comments

Author: Michael Paquier
This commit is contained in:
Magnus Hagander
2016-02-01 11:43:48 +01:00
parent 61ce1e8f15
commit e51ab85cd9
5 changed files with 5 additions and 5 deletions

View File

@@ -677,7 +677,7 @@ StartupReplicationOrigin(void)
errmsg("could not open file \"%s\": %m",
path)));
/* verify magic, thats written even if nothing was active */
/* verify magic, that is written even if nothing was active */
readBytes = read(fd, &magic, sizeof(magic));
if (readBytes != sizeof(magic))
ereport(PANIC,