From f9ab95ee065713eb595d79cc18c6e54236ffce93 Mon Sep 17 00:00:00 2001 From: yoe Date: Wed, 1 Nov 2006 12:41:32 +0000 Subject: [PATCH] r210: Spelling fix --- nbd-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbd-server.c b/nbd-server.c index 3d43cb2..551bcd2 100644 --- a/nbd-server.c +++ b/nbd-server.c @@ -331,7 +331,7 @@ void usage() { "\t-r|--read-only\t\tread only\n" "\t-m|--multi-file\t\tmultiple file\n" "\t-c|--copy-on-write\tcopy on write\n" - "\t-C|--config-file\tspecify an alternat configuration file\n" + "\t-C|--config-file\tspecify an alternate configuration file\n" "\t-l|--authorize-file\tfile with list of hosts that are allowed to\n\t\t\t\tconnect.\n" "\t-a|--idle-time\t\tmaximum idle seconds; server terminates when\n\t\t\t\tidle time exceeded\n\n" "\tif port is set to 0, stdin is used (for running from inetd)\n" -- 1.7.10.4