diff options
Diffstat (limited to 'src/backend/replication/logical/snapbuild.c')
-rw-r--r-- | src/backend/replication/logical/snapbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/snapbuild.c b/src/backend/replication/logical/snapbuild.c index 97c1ad43d33..ed823ecc2a7 100644 --- a/src/backend/replication/logical/snapbuild.c +++ b/src/backend/replication/logical/snapbuild.c @@ -612,7 +612,7 @@ SnapBuildExportSnapshot(SnapBuild *builder) void SnapBuildClearExportedSnapshot(void) { - /* nothing exported, thats the usual case */ + /* nothing exported, that is the usual case */ if (!ExportInProgress) return; |