]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Brendan Jurd pointed out these typos
authorDaniel Stenberg <daniel@haxx.se>
Sat, 16 Dec 2006 21:05:33 +0000 (21:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 16 Dec 2006 21:05:33 +0000 (21:05 +0000)
lib/sslgen.c

index 1e02484486eb1fc7b415bf88f485d95dd53011c4..1d88ba343e7f9a62393e2035eba7283ceb74ea00 100644 (file)
@@ -23,7 +23,7 @@
 
 /* This file is for "generic" SSL functions that all libcurl internals should
    use. It is responsible for calling the proper 'ossl' function in ssluse.c
-   (OpenSSL based) or the 'gtsl' function in gtsl.c (GnuTLS based).
+   (OpenSSL based) or the 'gtls' function in gtls.c (GnuTLS based).
 
    SSL-functions in libcurl should call functions in this source file, and not
    to any specific SSL-layer.