From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 12427 invoked from network); 11 Oct 2021 18:28:19 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 11 Oct 2021 18:28:19 -0000 Received: from out0.migadu.com ([94.23.1.103]) by 4ess; Mon Oct 11 14:23:29 -0400 2021 Message-ID: <8d3594e18e886987f08c03e24e5e6729036b0c30.camel@biobuf.link> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=biobuf.link; s=key1; t=1633976597; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yRsBsDwBI9n0MFp6+9Bw2b95JRAmgskLarfoEKGUQVA=; b=t+0o6E2jQFx4uSwoX6mZNYS62TLVdvPD8hHoajn2SOD4ZphL/seFSBG4vXGw0wEHE4CTn1 GLxt+tH6aj7mgTrwF94Dt+B4EbBfAvcZBgFeX5pRo350M0ccEmE49+jml2bYBXYiwqOkso PBtDhHfL7bEuY46swea12goItDgf9zE= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: james palmer To: 9front@9front.org Date: Mon, 11 Oct 2021 19:23:16 +0100 Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: james@biobuf.link List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: asynchronous structured just-in-time lifecycle-scale table Subject: [9front] [PATCH] realemu: fix typo in usage message. Reply-To: 9front@9front.org Precedence: bulk --- diff 586c96722a30edfd318deed3d4e280be476174a8 dea18ef93df083a225da4a3ac12ef7e990363f2f --- a/sys/src/cmd/aux/realemu/main.c Fri Oct 8 21:50:20 2021 +++ b/sys/src/cmd/aux/realemu/main.c Mon Oct 11 19:20:31 2021 @@ -801,7 +801,7 @@ static void usage(void) { - fprint(2, "usgae:\t%s [-Dpt] [-s srvname] [-m mountpoint]\n", argv0); + fprint(2, "usage:\t%s [-Dpt] [-s srvname] [-m mountpoint]\n", argv0); exits("usage"); }