Skip to content

Commit 998da60

Browse files
committed
docs: fix simple typo, funtions -> functions
There is a small typo in libvncserver/rfbssl_gnutls.c, libvncserver/rfbssl_openssl.c. Should read `functions` rather than `funtions`.
1 parent c82b3ab commit 998da60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libvncserver/rfbssl_gnutls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* rfbssl_gnutls.c - Secure socket funtions (gnutls version)
2+
* rfbssl_gnutls.c - Secure socket functions (gnutls version)
33
*/
44

55
/*

libvncserver/rfbssl_openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* rfbssl_openssl.c - Secure socket funtions (openssl version)
2+
* rfbssl_openssl.c - Secure socket functions (openssl version)
33
*/
44

55
/*

0 commit comments

Comments
 (0)