summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2007-04-22 21:12:25 +0000
committerPeter Eisentraut <peter_e@gmx.net>2007-04-22 21:12:25 +0000
commit83ebe3a5624053dca04ca60e814ec3241c6afbb6 (patch)
tree7c21167405b8169f8e59373d1e69d3a43e884820
parent3644ba5f9b542bf21a4cc669ade9452739cf5ff0 (diff)
Fix typo
-rw-r--r--contrib/uuid-ossp/README.uuid-ossp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uuid-ossp/README.uuid-ossp b/contrib/uuid-ossp/README.uuid-ossp
index 53a3b729459..6c5b0d04ed1 100644
--- a/contrib/uuid-ossp/README.uuid-ossp
+++ b/contrib/uuid-ossp/README.uuid-ossp
@@ -44,7 +44,7 @@ uuid_generate_v3(namespace uuid, name text)
This function generates a version 3 UUID in the given namespace using
the specified input name. The namespace should be one of the special
constants produced by the uuid_ns_*() functions shown below. (It
-should be any UUID in theory.) The name is an identifier in the
+could be any UUID in theory.) The name is an identifier in the
selected namespace. For example:
uuid_generate_v3(uuid_ns_url(), 'http://www.postgresql.org')