From f3ad615ce8aeabb3de138a6f2eeb550426061a51 Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Sat, 20 Sep 2003 20:12:05 +0000
Subject: Fix a batch of speling misteaks identified by Peter's spell-checker
tool.
---
doc/src/sgml/ref/create_sequence.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/src/sgml/ref/create_sequence.sgml')
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml
index 089695b1bbc..dc4b2e776b9 100644
--- a/doc/src/sgml/ref/create_sequence.sgml
+++ b/doc/src/sgml/ref/create_sequence.sgml
@@ -1,5 +1,5 @@
@@ -230,7 +230,7 @@ SELECT * FROM seqname;
Furthermore, although multiple sessions are guaranteed to allocate
distinct sequence values, the values may be generated out of
- sequence when all the sessions are considered. FFor example, with
+ sequence when all the sessions are considered. For example, with
a cache setting of 10,
session A might reserve values 1..10 and return
nextval=1, then session B might reserve values
--
cgit v1.2.3