summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2011-02-03 11:24:47 +0100
committerMagnus Hagander <magnus@hagander.net>2011-02-03 11:25:34 +0100
commit5dfc66b3d0b96f3a75adc4cd9c9f6d15c061cabd (patch)
tree67f6ca071649066b00fb4ea12bfdec1014f60fe0
parent1c4c264aa5c58777a18df5a268cc7702cdf5c940 (diff)
Fix typo.
Thom Brown
-rw-r--r--doc/src/sgml/ref/create_user_mapping.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_user_mapping.sgml b/doc/src/sgml/ref/create_user_mapping.sgml
index 471a19f1c58..c75b58f58ca 100644
--- a/doc/src/sgml/ref/create_user_mapping.sgml
+++ b/doc/src/sgml/ref/create_user_mapping.sgml
@@ -34,7 +34,7 @@ CREATE USER MAPPING FOR { <replaceable class="parameter">user_name</replaceable>
<command>CREATE USER MAPPING</command> defines a mapping of a user
to a foreign server. A user mapping typically encapsulates
connection information that a foreign-data wrapper uses together
- with the information encapsulated be a foreign server to access an
+ with the information encapsulated by a foreign server to access an
external data resource.
</para>