Fixed typo (actually a cut-and-paste remnant) in the doc.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@126 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart 2009-08-02 21:27:46 +00:00
parent 8d789eff4d
commit 078661e355

View File

@ -627,7 +627,7 @@ programs that process @acronym{SPA} data repeatedly (i.e. in a loop).
Failure to destroy the context can cause memory leaks in your program.
@deftypefun void fko_destroy (@w{fko_ctx_t @var{ctx}})
The function @code{gpgme_release} destroys the context with the handle
The function @code{fko_destroy} destroys the context with the handle
@var{ctx} and releases all associated resources.
@end deftypefun