bindings: python: correct spelling of repetitions
authorKent Gibson <warthog618@gmail.com>
Fri, 5 Jul 2024 02:17:31 +0000 (10:17 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 5 Jul 2024 07:40:41 +0000 (09:40 +0200)
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>
Link: https://lore.kernel.org/r/20240705021731.43143-1-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/gpiod/chip.py

index 19c62cdae0243725e1ad99757db1cacf598a0aeb..47bda1111d83bef336005ad07af2cfdfc24bc732 100644 (file)
@@ -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)