diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-07-22 04:30:27 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-07-22 04:30:27 +0000 |
| commit | 4140085adbab57fbf00c77f3db76a8af8553ec59 (patch) | |
| tree | afe43a86814b11d8e4d3a0783acce289945cbb39 /doc/src/sgml/ref/create_function.sgml | |
| parent | 4bdb34862848d53945f2b412777e78da89337db1 (diff) | |
spell cleanups
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index e75d86cd2e0..f46e9796eec 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.14 2000/07/22 02:39:10 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.15 2000/07/22 04:30:27 momjian Exp $ Postgres documentation --> @@ -301,7 +301,7 @@ CREATE FUNCTION point(complex) RETURNS point LANGUAGE 'c'; </programlisting> <para> - The C decalaration of the function is: + The C declaration of the function is: </para> <programlisting> Point * complex_to_point (Complex *z) |
