public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-next: docs-rst: Fix typos in kfigure.py
@ 2018-01-11 11:00 Masanari Iida
  2018-01-11 11:36 ` Markus Heiser
  2018-01-17 23:49 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2018-01-11 11:00 UTC (permalink / raw)
  To: linux-kernel, linux-doc, corbet, markus.heiser; +Cc: Masanari Iida

This patch fixes some spelling typos found in kfigure.py

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/sphinx/kfigure.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/sphinx/kfigure.py b/Documentation/sphinx/kfigure.py
index cef4ad19624c..b97228d2cc0e 100644
--- a/Documentation/sphinx/kfigure.py
+++ b/Documentation/sphinx/kfigure.py
@@ -81,7 +81,7 @@ __version__  = '1.0.0'
 # -------------
 
 def which(cmd):
-    """Searches the ``cmd`` in the ``PATH`` enviroment.
+    """Searches the ``cmd`` in the ``PATH`` environment.
 
     This *which* searches the PATH for executable ``cmd`` . First match is
     returned, if nothing is found, ``None` is returned.
@@ -419,7 +419,7 @@ def visit_kernel_render(self, node):
 
     tmp_ext = RENDER_MARKUP_EXT.get(srclang, None)
     if tmp_ext is None:
-        app.warn('kernel-render: "%s" unknow / include raw.' % (srclang))
+        app.warn('kernel-render: "%s" unknown / include raw.' % (srclang))
         return
 
     if not dot_cmd and tmp_ext == '.dot':
@@ -482,7 +482,7 @@ class KernelRender(Figure):
         srclang = self.arguments[0].strip()
         if srclang not in RENDER_MARKUP_EXT.keys():
             return [self.state_machine.reporter.warning(
-                'Unknow source language "%s", use one of: %s.' % (
+                'Unknown source language "%s", use one of: %s.' % (
                     srclang, ",".join(RENDER_MARKUP_EXT.keys())),
                 line=self.lineno)]
 
-- 
2.15.1.433.g936d1b989416

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] linux-next: docs-rst: Fix typos in kfigure.py
  2018-01-11 11:00 [PATCH] linux-next: docs-rst: Fix typos in kfigure.py Masanari Iida
@ 2018-01-11 11:36 ` Markus Heiser
  2018-01-17 23:49 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Markus Heiser @ 2018-01-11 11:36 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, Linux Doc Mailing List, Jonathan Corbet


> Am 11.01.2018 um 12:00 schrieb Masanari Iida <standby24x7@gmail.com>:
> 
> This patch fixes some spelling typos found in kfigure.py

FYI: I copied the patch to the linuxdoc project [1] / Thanks!

[1] https://github.com/return42/linuxdoc/commit/41d228f

-- Markus --

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] linux-next: docs-rst: Fix typos in kfigure.py
  2018-01-11 11:00 [PATCH] linux-next: docs-rst: Fix typos in kfigure.py Masanari Iida
  2018-01-11 11:36 ` Markus Heiser
@ 2018-01-17 23:49 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2018-01-17 23:49 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, linux-doc, markus.heiser

On Thu, 11 Jan 2018 20:00:28 +0900
Masanari Iida <standby24x7@gmail.com> wrote:

> This patch fixes some spelling typos found in kfigure.py
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-17 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11 11:00 [PATCH] linux-next: docs-rst: Fix typos in kfigure.py Masanari Iida
2018-01-11 11:36 ` Markus Heiser
2018-01-17 23:49 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox