From 37acf6fe5fa96bb7af3168f6a7afd0979d19d606 Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Wed, 13 Feb 2019 10:47:42 -0800 Subject: [PATCH] Fix typo --- source/clear-linux/guides/maintenance/kernel-development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/guides/maintenance/kernel-development.rst b/source/clear-linux/guides/maintenance/kernel-development.rst index df1c95bc..305ed6f2 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -306,7 +306,7 @@ the kernel is ready to be compiled and packaged into a RPM. make build -#. The result there will be multiple :file:`.rpm` files in the :file:`rpms` +#. The result will be multiple :file:`.rpm` files in the :file:`rpms` directory as output. .. code-block:: bash