* [libgpiod][PATCH] bindings: python: correct spelling of repetitions
@ 2024-07-05 2:17 Kent Gibson
2024-07-05 7:41 ` Bartosz Golaszewski
0 siblings, 1 reply; 2+ messages in thread
From: Kent Gibson @ 2024-07-05 2:17 UTC (permalink / raw)
To: linux-gpio, brgl; +Cc: Kent Gibson
In another one of those spelling quirks, 'repetitions', which is
indicative of something being repeated, is not a direct extension of
'repeat'.
Correct the spelling of 'repetitions'.
Signed-off-by: Kent Gibson <warthog618@gmail.com>
---
bindings/python/gpiod/chip.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/python/gpiod/chip.py b/bindings/python/gpiod/chip.py
index 19c62cd..47bda11 100644
--- a/bindings/python/gpiod/chip.py
+++ b/bindings/python/gpiod/chip.py
@@ -252,7 +252,7 @@ class Chip:
line_cfg = _ext.LineConfig()
- # Sanitize lines - don't allow offset repeatitions or offset-name conflicts.
+ # Sanitize lines - don't allow offset repetitions or offset-name conflicts.
for offset, count in Counter(
[
self.line_offset_from_id(line)
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [libgpiod][PATCH] bindings: python: correct spelling of repetitions
2024-07-05 2:17 [libgpiod][PATCH] bindings: python: correct spelling of repetitions Kent Gibson
@ 2024-07-05 7:41 ` Bartosz Golaszewski
0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2024-07-05 7:41 UTC (permalink / raw)
To: linux-gpio, brgl, Kent Gibson; +Cc: Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
On Fri, 05 Jul 2024 10:17:31 +0800, Kent Gibson wrote:
> In another one of those spelling quirks, 'repetitions', which is
> indicative of something being repeated, is not a direct extension of
> 'repeat'.
>
> Correct the spelling of 'repetitions'.
>
>
> [...]
Applied, thanks!
[1/1] bindings: python: correct spelling of repetitions
commit: 6ee321061e9ede45614bc79e6712961379648ebc
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-05 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 2:17 [libgpiod][PATCH] bindings: python: correct spelling of repetitions Kent Gibson
2024-07-05 7:41 ` Bartosz Golaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox