Skip to content

Commit

Permalink
docs/contributing: Fix typos: s/linux-lernel/linux-kernel/
Browse files Browse the repository at this point in the history
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
  • Loading branch information
sjp38 committed Mar 13, 2020
1 parent aa67e2f commit caf9d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/teaching/info/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/linux-kernel-labs/linux>`_.
`linux-kernel-labs Linux repo <https://github.com/linux-kernel-labs/linux>`_.
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
Expand All @@ -19,7 +19,7 @@ any pottential issue is fixed.
Repository structure
********************

The `linux-lernel-labs repo <https://github.com/linux-kernel-labs/linux>`_ is
The `linux-kernel-labs repo <https://github.com/linux-kernel-labs/linux>`_ is
a fork of the Linux kernel repo, with the following additions:

* ``/tools/labs``: contains the labs and the :ref:`virtual machine (VM) infrastructure<vm_link>`
Expand Down Expand Up @@ -64,7 +64,7 @@ Forking the repository
======================

1. If you haven't done it already, clone the
`linux-lernel-labs repo <https://github.com/linux-kernel-labs/linux>`_
`linux-kernel-labs repo <https://github.com/linux-kernel-labs/linux>`_
repository locally:

.. code-block:: bash
Expand Down

0 comments on commit caf9d09

Please sign in to comment.