Skip to content

Commit 66013fe

Browse files
committed
Fix typo
Author: Daniel Gustafsson
1 parent 992fe54 commit 66013fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/table/tableamapi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GetTableAmRoutine(Oid amhandler)
9292

9393
Assert(routine->relation_estimate_size != NULL);
9494

95-
/* optional, but one callback implies presence of hte other */
95+
/* optional, but one callback implies presence of the other */
9696
Assert((routine->scan_bitmap_next_block == NULL) ==
9797
(routine->scan_bitmap_next_tuple == NULL));
9898
Assert(routine->scan_sample_next_block != NULL);

0 commit comments

Comments
 (0)