[PATCH] docs: i2c: fix spelling mistake

Harshal posted 1 patch 7 months, 1 week ago
Documentation/i2c/busses/i2c-parport.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: i2c: fix spelling mistake
Posted by Harshal 7 months, 1 week ago
fix resistors spelling in i2c-parport.rst

Signed-off-by: Harshal <embedkari167@gmail.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 spelling mistake
Posted by Wolfram Sang 7 months ago
On Fri, May 16, 2025 at 03:34:38PM +0530, Harshal wrote:
> fix resistors spelling in i2c-parport.rst
> 
> Signed-off-by: Harshal <embedkari167@gmail.com>

I ended up applying a similar patch with more precise descriptions and a
full contributor name. But still, thanks and happy hacking!