Fix spelling in comment.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
This commit is contained in:
Stefan Weil 2009-06-06 17:00:31 +02:00 committed by Blue Swirl
parent 2313086add
commit f425c27872
1 changed files with 1 additions and 1 deletions

2
vnc.c
View File

@ -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);