diff options
author | Stefan Weil <weil@mail.berlios.de> | 2009-06-06 17:00:31 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-06 18:17:14 +0300 |
commit | f425c278724fc477735a0eecd2e2b03e53fd1a62 (patch) | |
tree | 3bb754cd0d2282d1543474185650d59ee23062f0 /vnc.c | |
parent | 2313086addaf609c5f64636591818eebc213fd53 (diff) |
Fix spelling in comment.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Diffstat (limited to 'vnc.c')
-rw-r--r-- | vnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ static char *addr_to_string(const char *format, } /* Enough for the existing format + the 2 vars we're - * subsituting in. */ + * substituting in. */ addrlen = strlen(format) + strlen(host) + strlen(serv); addr = qemu_malloc(addrlen + 1); snprintf(addr, addrlen, format, host, serv); |