summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-09-19 09:14:23 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-09-19 09:14:23 +0000
commit8a3ebc2e6679bc07cbecc100588b40023548504e (patch)
tree552645040377a02174d7a1257745dc2224114db4 /doc
parent1b7fe802628193025e54535b50cc7038a0f317c1 (diff)
downloadneon-8a3ebc2e6679bc07cbecc100588b40023548504e.tar.gz
* doc/ref/resphdr.xml: Fix typo in element name.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@715 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/resphdr.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/resphdr.xml b/doc/ref/resphdr.xml
index af9546f..46c55c0 100644
--- a/doc/ref/resphdr.xml
+++ b/doc/ref/resphdr.xml
@@ -47,7 +47,7 @@
used. This function takes a <parameter>cursor</parameter>
parameter which should be &null; to retrieve the first header. The
function stores the name and value of the next header header in
- the <paramater>name</paramater> and <paramater>value</paramater>
+ the <parameter>name</parameter> and <parameter>value</parameter>
parameters, and returns a new cursor pointer which can be passed
to <function>ne_response_header_iterate</function> to retrieve the
next header.</para>