Hello,

There is a typo in fdwhandler.sgml. Patch attached.

Best regards,
Alexander


diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
index 4cd79f3..9137a96 100644
--- a/doc/src/sgml/fdwhandler.sgml
+++ b/doc/src/sgml/fdwhandler.sgml
@@ -854,7 +854,7 @@ void
 EndDirectModify (ForeignScanState *node);
 </programlisting>
 
-     Clean up following a direc modification on the remote server.  It is
+     Clean up following a direct modification on the remote server.  It is
      normally not important to release palloc'd memory, but for example open
      files and connections to the remote server should be cleaned up.
     </para>
-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to