9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] realemu: fix typo in usage message.
@ 2021-10-11 18:23 james palmer
  0 siblings, 0 replies; only message in thread
From: james palmer @ 2021-10-11 18:23 UTC (permalink / raw)
  To: 9front


---
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");
 }



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-11 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 18:23 [9front] [PATCH] realemu: fix typo in usage message james palmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).