From 2c4f0d0761029a7aed9f2e1ddb00a696af7673b3 Mon Sep 17 00:00:00 2001 From: "Gerardo O." Date: Sun, 20 Sep 2015 13:42:14 -0500 Subject: [PATCH] Fix spelling error --- Misc/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/contribute.md b/Misc/contribute.md index 1ffc484..f7c433a 100644 --- a/Misc/contribute.md +++ b/Misc/contribute.md @@ -88,7 +88,7 @@ upstream https://github.com/torvalds/linux.git (push) One is of you fork (`origin`) and the second is for main repository (`upstream`). -Now as he we local copy of the Linux kernel source code, we need to configure and build it. The Linux kernel can be configured in different ways. The simplest way just copy configuration file of the already installed kernel that located in the `/boot` directory: +Now that we have a local copy of the Linux kernel source code, we need to configure and build it. The Linux kernel can be configured in different ways. The simplest way just copy configuration file of the already installed kernel that located in the `/boot` directory: ``` $ sudo cp /boot/config-$(uname -r) ~/dev/linux/.config