[PATCH] docs: i2c: Fix "resitors" to "resistors"

Sumanth Gavini posted 1 patch 7 months ago
Documentation/i2c/busses/i2c-parport.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: i2c: Fix "resitors" to "resistors"
Posted by Sumanth Gavini 7 months ago
Fix misspelling reported by codespell

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
 Documentation/i2c/busses/i2c-parport.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/i2c/busses/i2c-parport.rst b/Documentation/i2c/busses/i2c-parport.rst
index a9b4e8133700..4cbf45952d52 100644
--- a/Documentation/i2c/busses/i2c-parport.rst
+++ b/Documentation/i2c/busses/i2c-parport.rst
@@ -84,7 +84,7 @@ Remarks:
                    \|
 
    must be 74HC05, they must be open collector output.
- - All resitors are 10k.
+ - All resistors are 10k.
  - Pins 18-25 of the parallel port connected to GND.
  - Pins 4-9 (D2-D7) could be used as VDD is the driver drives them high.
    The ADM1032 evaluation board uses D4-D7. Beware that the amount of
-- 
2.43.0
Re: [PATCH] docs: i2c: Fix "resitors" to "resistors"
Posted by Wolfram Sang 7 months ago
On Sat, May 17, 2025 at 01:25:27AM -0700, Sumanth Gavini wrote:
> Fix misspelling reported by codespell
> 
> Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>

Applied to for-next, thanks!