Fix psql ref typo.
authorBruce Momjian
Sun, 30 Oct 2005 03:01:49 +0000 (03:01 +0000)
committerBruce Momjian
Sun, 30 Oct 2005 03:01:49 +0000 (03:01 +0000)
Andreas Seltenreich

doc/src/sgml/ref/psql-ref.sgml

index f917bc4c690acce928a991f54b1b07a7c37cbe01..90ec8e00f5bd5c1ff0927066009a879859493162 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -2107,7 +2107,7 @@ bar
         files. When off (the default), a statement in a
         transaction block that generates an error aborts the entire
         transaction. The on_error_rollback-on mode works by issuing an
-        implicit SAVEPONT for you, just before each command
+        implicit SAVEPOINT for you, just before each command
         that is in a transaction block, and rolls back to the savepoint
         on error.