From 10c0aabe3860ae47ac32e69db92295b060c18a31 Mon Sep 17 00:00:00 2001 From: Damien Stuart Date: Wed, 12 Aug 2009 02:11:14 +0000 Subject: [PATCH] Fixed another minor typo in the doc git-svn-id: file:///home/mbr/svn/fwknop/trunk@135 510a4753-2344-4c79-9c09-4d669213fbeb --- doc/libfko.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libfko.texi b/doc/libfko.texi index 997d191f..c43d04e6 100644 --- a/doc/libfko.texi +++ b/doc/libfko.texi @@ -684,7 +684,7 @@ the fwknop server to create a temporary firewall rule to allow a particular IP address access to a particular port. Assuming the defaults are fine for this, all we need to do is create the context, set the message data field, call the @code{fko_spa_data_final} function to encode and encrypt, -process the message, then destroy the context. Below, we havea contrived bit +process the message, then destroy the context. Below, we have a contrived bit of code demonstrating this: @example