updates.
[silc.git] / lib / doc / porting.html
index 8ba22464af37dcf1623a09b297513c7cdd3bea4c..bb7e68a56a3b4f886d6e62e9f6d7fa255538e558 100644 (file)
@@ -47,7 +47,7 @@ but with Toolkit 1.1 it should be relatively straightforward.
 
 <h4>SilcClientOperations structure</h4>
 
-The SilcClientOperation structure has changed significantly.  It no longer
+The SilcClientOperations structure has changed significantly.  It no longer
 has `connected', `disconnected' and `failure' function pointers.  Instead a
 new SilcClientConnectCallback has been defined that is given as argument to
 functions like silc_client_connect_to_server, silc_client_connect_to_client
@@ -630,7 +630,7 @@ been moved from lib/silccore into lib/silcapputil/.
 <h3><a name="skr"></a>SILC Key Repository library, lib/silcskr/</h3>
 
 A new SILC Key Repository library has been added.  The library provides
-a SILC Key Repository API (a href="silcskr.html">silcskr.h</a>) which provides
+a SILC Key Repository API (<a href="silcskr.html">silcskr.h</a>) which provides
 a repository for storing and retrieving public keys.
 
 <br />&nbsp;<br />