diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-02-09 14:09:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-02-09 14:09:56 +0000 |
commit | 57b10ebcd4896767576f25d3bd9a62382d740f02 (patch) | |
tree | ff1a999b4c2c12944dbdc63eec3fbfcfb048da20 | |
parent | 3d02cae310deec7ca48ada68e553bfeedbd0f638 (diff) | |
download | postgresql-57b10ebcd4896767576f25d3bd9a62382d740f02.tar.gz postgresql-57b10ebcd4896767576f25d3bd9a62382d740f02.zip |
Fix spelling error in docs.
Erik Rijkers
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 5dd019d7f72..cab7b970ac8 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.218 2009/01/20 02:38:37 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.219 2009/02/09 14:09:56 momjian Exp $ PostgreSQL documentation --> @@ -1746,7 +1746,7 @@ lo_import 152801 You can specify an optional second argument, if it is provided it may be either <literal>on</literal> or <literal>off</literal> which will enable or disable display of a locale-aware character - to seperate groups of digits to the left of the decimal marker. If + to separate groups of digits to the left of the decimal marker. If the second argument is not provided then we will toggle between on and off. </para> |