Skip to content

Commit d094131

Browse files
committed
spelling fix
1 parent a7bc862 commit d094131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ dir_list_file_internal(parray *files, const char *root, bool exclude,
399399
file->name = file_name;
400400
}
401401

402-
/* Exclude tablespace_map from backup but we must be aware of it`s existance
402+
/* Exclude tablespace_map from backup but we must be aware of its existence
403403
* for correct stop_backup procedure in exclusive mode
404404
*/
405405
if (strcmp(file->name, "tablespace_map") == 0)

0 commit comments

Comments
 (0)