From 07f35073c6d6d1b2f42a6b3671b8af2f271986b9 Mon Sep 17 00:00:00 2001 From: Dong Xu Wang Date: Tue, 22 Nov 2011 18:06:26 +0800 Subject: fix spelling in main directory Signed-off-by: Dong Xu Wang Signed-off-by: Stefan Hajnoczi --- nbd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nbd.c') diff --git a/nbd.c b/nbd.c index e6c931c5ce..de880fe3c6 100644 --- a/nbd.c +++ b/nbd.c @@ -203,7 +203,7 @@ int nbd_negotiate(int csock, off_t size, uint32_t flags) return -1; } - TRACE("Negotation succeeded."); + TRACE("Negotiation succeeded."); return 0; } @@ -215,7 +215,7 @@ int nbd_receive_negotiate(int csock, const char *name, uint32_t *flags, uint64_t magic, s; uint16_t tmp; - TRACE("Receiving negotation."); + TRACE("Receiving negotiation."); if (read_sync(csock, buf, 8) != 8) { LOG("read failed"); -- cgit v1.2.1