All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] event: typo arguemnts
@ 2024-04-19 11:37 Heinrich Schuchardt
  2024-04-19 11:37 ` [PATCH 2/2] tools: type arguemnts Heinrich Schuchardt
  2024-05-03 22:20 ` [PATCH 1/2] event: " Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2024-04-19 11:37 UTC (permalink / raw)
  To: Tom Rini; +Cc: Simon Glass, u-boot, Heinrich Schuchardt

%s/arguemnts/arguments/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 include/event.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/event.h b/include/event.h
index a8f046da3c3..fb353ad623e 100644
--- a/include/event.h
+++ b/include/event.h
@@ -316,7 +316,7 @@ static inline const char *event_spy_id(struct evspy_info *spy)
 	__used ll_entry_declare(struct evspy_info, _type ## _3_ ## _func, \
 		evspy_info) = _ESPY_REC(_type, _func)
 
-/* Simple spy with no function arguemnts */
+/* Simple spy with no function arguments */
 #define EVENT_SPY_SIMPLE(_type, _func) \
 	__used ll_entry_declare(struct evspy_info_simple, \
 		_type ## _3_ ## _func, \
-- 
2.43.0


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

* [PATCH 2/2] tools: type arguemnts
  2024-04-19 11:37 [PATCH 1/2] event: typo arguemnts Heinrich Schuchardt
@ 2024-04-19 11:37 ` Heinrich Schuchardt
  2024-04-23 17:05   ` Fabio Estevam
  2024-05-03 22:21   ` [PATCH 2/2] tools: typo arguemnts Tom Rini
  2024-05-03 22:20 ` [PATCH 1/2] event: " Tom Rini
  1 sibling, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2024-04-19 11:37 UTC (permalink / raw)
  To: Tom Rini; +Cc: Simon Glass, u-boot, Heinrich Schuchardt

%s/arguemnts/arguemnts/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 tools/buildman/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/buildman/test.py b/tools/buildman/test.py
index bdd3d84158a..f92add7a7c5 100644
--- a/tools/buildman/test.py
+++ b/tools/buildman/test.py
@@ -195,7 +195,7 @@ class TestBuild(unittest.TestCase):
         Args:
             echo_lines: True to echo lines to the terminal to aid test
                 development
-            kwdisplay_args: Dict of arguemnts to pass to
+            kwdisplay_args: Dict of arguments to pass to
                 Builder.SetDisplayOptions()
 
         Returns:
-- 
2.43.0


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

* Re: [PATCH 2/2] tools: type arguemnts
  2024-04-19 11:37 ` [PATCH 2/2] tools: type arguemnts Heinrich Schuchardt
@ 2024-04-23 17:05   ` Fabio Estevam
  2024-05-03 22:21   ` [PATCH 2/2] tools: typo arguemnts Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2024-04-23 17:05 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Tom Rini, Simon Glass, u-boot

On Fri, Apr 19, 2024 at 9:13 AM Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> %s/arguemnts/arguemnts/

There is a typo in the Subject: %s/type/typo/

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

* Re: [PATCH 1/2] event: typo arguemnts
  2024-04-19 11:37 [PATCH 1/2] event: typo arguemnts Heinrich Schuchardt
  2024-04-19 11:37 ` [PATCH 2/2] tools: type arguemnts Heinrich Schuchardt
@ 2024-05-03 22:20 ` Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2024-05-03 22:20 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Simon Glass, u-boot

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

On Fri, Apr 19, 2024 at 01:37:45PM +0200, Heinrich Schuchardt wrote:

> %s/arguemnts/arguments/
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH 2/2] tools: typo arguemnts
  2024-04-19 11:37 ` [PATCH 2/2] tools: type arguemnts Heinrich Schuchardt
  2024-04-23 17:05   ` Fabio Estevam
@ 2024-05-03 22:21   ` Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2024-05-03 22:21 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Simon Glass, u-boot

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

On Fri, Apr 19, 2024 at 01:37:46PM +0200, Heinrich Schuchardt wrote:

> %s/arguemnts/arguemnts/
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2024-05-03 22:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19 11:37 [PATCH 1/2] event: typo arguemnts Heinrich Schuchardt
2024-04-19 11:37 ` [PATCH 2/2] tools: type arguemnts Heinrich Schuchardt
2024-04-23 17:05   ` Fabio Estevam
2024-05-03 22:21   ` [PATCH 2/2] tools: typo arguemnts Tom Rini
2024-05-03 22:20 ` [PATCH 1/2] event: " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.