diff options
| author | runge <runge> | 2006-12-15 01:43:52 +0000 | 
|---|---|---|
| committer | runge <runge> | 2006-12-15 01:43:52 +0000 | 
| commit | 11a5ea9ff926f58f5f903ce7be26afeb0b7d915d (patch) | |
| tree | 869f5d64e8606605a2825f3c5ce33d79020db824 | |
| parent | f925d1ec9fa3ac8d254c797ee4bdbe78d95e0efc (diff) | |
| download | libtdevnc-11a5ea9ff926f58f5f903ce7be26afeb0b7d915d.tar.gz libtdevnc-11a5ea9ff926f58f5f903ce7be26afeb0b7d915d.zip | |
fix typo.
| -rwxr-xr-x | libvncserver/auth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libvncserver/auth.c b/libvncserver/auth.c index b8fbad6..c4c5ff1 100755 --- a/libvncserver/auth.c +++ b/libvncserver/auth.c @@ -133,7 +133,7 @@ rfbVncAuthNone(rfbClientPtr cl)      uint32_t authResult;      if (cl->protocolMajorVersion==3 && cl->protocolMinorVersion > 7) { -        rfbLog("rfbProcessClientSecurityType: returning securityResult for client rfb versin >= 3.8\n"); +        rfbLog("rfbProcessClientSecurityType: returning securityResult for client rfb version >= 3.8\n");          authResult = Swap32IfLE(rfbVncAuthOK);          if (rfbWriteExact(cl, (char *)&authResult, 4) < 0) {              rfbLogPerror("rfbAuthProcessClientMessage: write"); | 
