From: Peter Eisentraut Date: Tue, 12 Jul 2016 17:30:48 +0000 (-0400) Subject: doc: Fix typo X-Git-Tag: REL9_6_BETA3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3fbd5929ce5cb7468635aac30c2abf02b7d474a;p=postgresql doc: Fix typo From: Alexander Law --- diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 4cd79f3de2..9137a965a7 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -854,7 +854,7 @@ void EndDirectModify (ForeignScanState *node); - 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.