diff options
| author | Heikki Linnakangas | 2015-05-20 16:44:46 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2015-05-20 16:45:43 +0000 |
| commit | fa60fb63e511e7bbcf57ce972338711593a5e7c9 (patch) | |
| tree | b6dc30e0a552d635e1e7bc8ea4d7e5d8b916ae91 /src/backend/replication/slot.c | |
| parent | 4fc72cc7bb9d2105261b8ee45558af50d788cd19 (diff) | |
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
Diffstat (limited to 'src/backend/replication/slot.c')
| -rw-r--r-- | src/backend/replication/slot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 79c7791b1f4..e02571b8bbc 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -79,7 +79,7 @@ typedef struct ReplicationSlotOnDisk /* size of the part covered by the checksum */ #define SnapBuildOnDiskChecksummedSize \ sizeof(ReplicationSlotOnDisk) - SnapBuildOnDiskNotChecksummedSize -/* size of the slot data that is version dependant */ +/* size of the slot data that is version dependent */ #define ReplicationSlotOnDiskV2Size \ sizeof(ReplicationSlotOnDisk) - ReplicationSlotOnDiskConstantSize |
