소스 검색

Fix spelling error

Gerardo O. 9 년 전
부모
커밋
2c4f0d0761
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Misc/contribute.md

+ 1 - 1
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