summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-07-22 04:30:27 +0000
committerBruce Momjian <bruce@momjian.us>2000-07-22 04:30:27 +0000
commit4140085adbab57fbf00c77f3db76a8af8553ec59 (patch)
treeafe43a86814b11d8e4d3a0783acce289945cbb39 /doc/src/sgml/ref/create_function.sgml
parent4bdb34862848d53945f2b412777e78da89337db1 (diff)
spell cleanups
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r--doc/src/sgml/ref/create_function.sgml4
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)