Fix a few typos in the latest 8.5alpha3 release notes.
authorRobert Haas <[email protected]>
Sat, 19 Dec 2009 00:05:27 +0000 (00:05 +0000)
committerRobert Haas <[email protected]>
Sat, 19 Dec 2009 00:05:27 +0000 (00:05 +0000)
doc/src/sgml/release-8.5.sgml

index 58a2b45dde19c533633a5ebfd205eeeb2db8c836..c522648ba106ed3643efc8e4118a844ec86fa2ba 100644 (file)
           instead of the former behavior that would replace any textual match
           including table names and column aliases (leading to syntax errors
           later on). PL/pgSQL variable names that match fully-reserved words
-          will now need to be quoted. An the other hand, a number of
+          will now need to be quoted. On the other hand, a number of
           PL/pgSQL-specific words were de-reserved.</emphasis>
         </para>
         <para>
         <para>
          <emphasis>Refactor ECPG grammar so that it uses the core grammar's
           unreserved_keyword list, minus a few specific words that have to be
-          treated specially. This de-reserves a number of works in ECPG.</emphasis>
+          treated specially. This de-reserves a number of words in ECPG.</emphasis>
         </para>
        </listitem>
        <listitem>