From: Magnus Hagander Date: Thu, 3 Feb 2011 10:24:47 +0000 (+0100) Subject: Fix typo. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e673e08458887e5712729bf006ed80a713298818;p=users%2Fc2main%2Fpostgres.git Fix typo. Thom Brown --- diff --git a/doc/src/sgml/ref/create_user_mapping.sgml b/doc/src/sgml/ref/create_user_mapping.sgml index faea45a142..eb0faa1d36 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 { username CREATE USER MAPPING 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.