From: Kent Gibson Date: Fri, 5 Jul 2024 02:17:31 +0000 (+0800) Subject: bindings: python: correct spelling of repetitions X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6ee321061e9ede45614bc79e6712961379648ebc;p=qemu-gpiodev%2Flibgpiod.git bindings: python: correct spelling of repetitions 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 Link: https://lore.kernel.org/r/20240705021731.43143-1-warthog618@gmail.com Signed-off-by: Bartosz Golaszewski --- 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)