From f3008c31f02948290f2edde9c39dc83371acbab9 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 16 Jun 2011 12:10:57 -0400 Subject: [PATCH] Fix typo --- src/backend/catalog/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index a6e541d858..67a7749a30 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -1286,7 +1286,7 @@ heap_create_with_catalog(const char *relname, /* * If this is an unlogged relation, it needs an init fork so that it can * be correctly reinitialized on restart. Since we're going to do an - * immediate sync, we ony need to xlog this if archiving or streaming is + * immediate sync, we only need to xlog this if archiving or streaming is * enabled. And the immediate sync is required, because otherwise there's * no guarantee that this will hit the disk before the next checkpoint * moves the redo pointer. -- 2.11.0