From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 05 Sep 2022 13:07:25 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oV9wq-007QF7-0Y for lore@lore.pengutronix.de; Mon, 05 Sep 2022 13:07:25 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oV9wo-0001t9-N8; Mon, 05 Sep 2022 13:07:22 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oV9wf-0001qj-01; Mon, 05 Sep 2022 13:07:13 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oV9wc-0042n1-CZ; Mon, 05 Sep 2022 13:07:12 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1oV9wd-007gkn-A8; Mon, 05 Sep 2022 13:07:11 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Mon, 5 Sep 2022 13:07:07 +0200 Message-Id: <20220905110709.1832516-4-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220905110709.1832516-1-rhi@pengutronix.de> References: <20220905110709.1832516-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 4/6] doc: fix some typos X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Roland Hieber --- … maybe we should consider renaming the project instead to decrease the number of typos? :D --- doc/hardware_mips_qemu.rst | 2 +- doc/hardware_mipsel_qemu.rst | 2 +- doc/hardware_v7a_qemu.rst | 2 +- doc/hardware_x86_64_qemu.rst | 2 +- doc/intro.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/hardware_mips_qemu.rst b/doc/hardware_mips_qemu.rst index 657c32fe87c1..ca5049f6fad2 100644 --- a/doc/hardware_mips_qemu.rst +++ b/doc/hardware_mips_qemu.rst @@ -3,7 +3,7 @@ QEmu The mips platform is ready to run in qemu, using the MIPS Malta board simulation. -There are two ways to run DistoKit inside qemu: +There are two ways to run DistroKit inside qemu: * With barebox: Run ``./configs/platform-mips/run barebox`` to barebox. The barebox should boot diff --git a/doc/hardware_mipsel_qemu.rst b/doc/hardware_mipsel_qemu.rst index 0533204a59b6..9805a0acef78 100644 --- a/doc/hardware_mipsel_qemu.rst +++ b/doc/hardware_mipsel_qemu.rst @@ -3,7 +3,7 @@ QEmu The mipsel platform is ready to run in qemu, using the MIPS Malta board simulation. -There are two ways to run DistoKit inside qemu: +There are two ways to run DistroKit inside qemu: * With barebox: Run ``./configs/platform-mipsel/run barebox`` to barebox. The barebox should diff --git a/doc/hardware_v7a_qemu.rst b/doc/hardware_v7a_qemu.rst index 996323e64d42..c993f880ce41 100644 --- a/doc/hardware_v7a_qemu.rst +++ b/doc/hardware_v7a_qemu.rst @@ -4,7 +4,7 @@ QEmu The v7a platform is ready to run in qemu, using the versatile express hardware simulation. -There are two ways to run DistoKit inside qemu: +There are two ways to run DistroKit inside qemu: * With barebox: Run ``./configs/platform-v7a/run barebox`` to boot the current image with barebox. diff --git a/doc/hardware_x86_64_qemu.rst b/doc/hardware_x86_64_qemu.rst index f3dfd77ad70e..e64c23c44f71 100644 --- a/doc/hardware_x86_64_qemu.rst +++ b/doc/hardware_x86_64_qemu.rst @@ -3,4 +3,4 @@ QEMU The x86_64 platform is ready to run in qemu, using the pc-q35-2.12 KVM simulation. -To run DistoKit inside qemu, execute ``./configs/platform-x86_64/run``. +To run DistroKit inside qemu, execute ``./configs/platform-x86_64/run``. diff --git a/doc/intro.rst b/doc/intro.rst index 6a1c8c52e81d..80625e73553a 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -81,7 +81,7 @@ using `git format-patch `_ on the DistroKit git repository (also see its man page for info on using mailers other than *git send-email*). -Mails sent to the DistoKit mailing list are archived on ``lore.distrokit.org``. +Mails sent to the DistroKit mailing list are archived on ``lore.distrokit.org``. Patch series can be fetched with `b4 `_ :: git config b4.midmask https://lore.distrokit.org/%s -- 2.30.2