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

index 73ad960fa2da3582b2190b50bc6a76d00153e17a..27d598f603923d873b545232e2a63f7795ca296b 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Release 8.5alpha3
           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.
         
         
         
          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.
+          treated specially. This de-reserves a number of words in ECPG.