From caf9d0970446c098f00af9e16fa52d0723b3cc98 Mon Sep 17 00:00:00 2001 From: SeongJae Park Date: Fri, 13 Mar 2020 17:09:18 +0100 Subject: [PATCH] docs/contributing: Fix typos: s/linux-lernel/linux-kernel/ Signed-off-by: SeongJae Park --- Documentation/teaching/info/contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/teaching/info/contributing.rst b/Documentation/teaching/info/contributing.rst index ed634faef11a7d..839dd8efb04f25 100644 --- a/Documentation/teaching/info/contributing.rst +++ b/Documentation/teaching/info/contributing.rst @@ -9,7 +9,7 @@ All contributions are welcome, no matter if they are just fixes for typos or new sections in the documentation. All information required for making a contribution can be found in the -`linux-lernel-labs Linux repo `_. +`linux-kernel-labs Linux repo `_. In order to change anything, you need to create a Pull Request (``PR``) from your own fork to this repository. The PR will be reviewed by ther members of the team and will be merged once @@ -19,7 +19,7 @@ any pottential issue is fixed. Repository structure ******************** -The `linux-lernel-labs repo `_ is +The `linux-kernel-labs repo `_ is a fork of the Linux kernel repo, with the following additions: * ``/tools/labs``: contains the labs and the :ref:`virtual machine (VM) infrastructure` @@ -64,7 +64,7 @@ Forking the repository ====================== 1. If you haven't done it already, clone the - `linux-lernel-labs repo `_ + `linux-kernel-labs repo `_ repository locally: .. code-block:: bash