From 085d813407453e498e05c37d988efba8c6f5af0a Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 18 Mar 2013 17:20:07 +0000 Subject: Fix typos and misspellings Fix various typos and misspellings. The bulk of these were found with codespell. Signed-off-by: Peter Maydell Reviewed-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- net/tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/tap.c b/net/tap.c index daab350efc..ce796997a3 100644 --- a/net/tap.c +++ b/net/tap.c @@ -696,7 +696,7 @@ int net_init_tap(const NetClientOptions *opts, const char *name, /* QEMU vlans does not support multiqueue tap, in this case peer is set. * For -netdev, peer is always NULL. */ if (peer && (tap->has_queues || tap->has_fds || tap->has_vhostfds)) { - error_report("Multiqueue tap cannnot be used with QEMU vlans"); + error_report("Multiqueue tap cannot be used with QEMU vlans"); return -1; } -- cgit v1.2.1