diff options
author | Remington Brasga <rbrasga@uci.edu> | 2024-04-29 22:55:27 +0000 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-05-02 10:02:29 -0600 |
commit | da51bbcdbace8f43adf6066934c3926b656376e5 (patch) | |
tree | 0ef923a8a2aba086a10fec6ccc413fa7e860dc44 /Documentation/translations | |
parent | d43ddd5c91802a46354fa4c4381416ef760676e2 (diff) |
Docs: typos/spelling
Fix spelling and grammar in Docs descriptions
Signed-off-by: Remington Brasga <rbrasga@uci.edu>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240429225527.2329-1-rbrasga@uci.edu
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_TW/process/submit-checklist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_TW/process/submit-checklist.rst b/Documentation/translations/zh_TW/process/submit-checklist.rst index 43f2e3c5b514..0ecb187753e4 100644 --- a/Documentation/translations/zh_TW/process/submit-checklist.rst +++ b/Documentation/translations/zh_TW/process/submit-checklist.rst @@ -31,7 +31,7 @@ Linux內核補丁提交檢查單 c) 使用 ``O=builddir`` 時可以成功編譯 - d) 任何 Doucmentation/ 下的變更都能成功構建且不引入新警告/錯誤。 + d) 任何 Documentation/ 下的變更都能成功構建且不引入新警告/錯誤。 用 ``make htmldocs`` 或 ``make pdfdocs`` 檢驗構建情況並修復問題。 3) 通過使用本地交叉編譯工具或其他一些構建設施在多個CPU體系結構上構建。 |