1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-20 11:34:51 +02:00

spelling fix

This commit is contained in:
Grigory Smolkin 2017-11-29 13:08:42 +03:00
parent a7bc86211c
commit d09413199a

View File

@ -399,7 +399,7 @@ dir_list_file_internal(parray *files, const char *root, bool exclude,
file->name = file_name;
}
/* Exclude tablespace_map from backup but we must be aware of it`s existance
/* Exclude tablespace_map from backup but we must be aware of its existence
* for correct stop_backup procedure in exclusive mode
*/
if (strcmp(file->name, "tablespace_map") == 0)