summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.c
diff options
context:
space:
mode:
Diffstat (limited to 'vnc/vnc.c')
-rw-r--r--vnc/vnc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnc/vnc.c b/vnc/vnc.c
index 40911e61..66b0f228 100644
--- a/vnc/vnc.c
+++ b/vnc/vnc.c
@@ -691,7 +691,7 @@ lib_framebuffer_update(struct vnc *v)
}
}
- /* keep these in 32x32, vnc cursor can be alot bigger */
+ /* keep these in 32x32, vnc cursor can be a lot bigger */
if (x > 31)
{
x = 31;
@@ -1041,7 +1041,7 @@ lib_mod_connect(struct vnc *v)
if (error == 0)
{
v->server_msg(v, "VNC tcp connected", 0);
- /* protocal version */
+ /* protocol version */
init_stream(s, 8192);
error = trans_force_read_s(v->trans, s, 12);
if (error == 0)