]> git.feebdaed.xyz Git - 0xmirror/pigpio.git/commitdiff
PR#415 fix simple type receieve -> receive
authorGuy McSwain <guy.mcswain@gmail.com>
Sat, 19 Dec 2020 01:48:49 +0000 (19:48 -0600)
committerGuy McSwain <guy.mcswain@gmail.com>
Sat, 19 Dec 2020 01:48:49 +0000 (19:48 -0600)
pigpio.h
pigpio.py
pigpiod_if2.h

index 08aadac14bfc7bbdcec6c41d2a8962148bbabcdc..59dc11c7b4367fe2dd2cbf6c6e26476abe97b242 100644 (file)
--- a/pigpio.h
+++ b/pigpio.h
@@ -3072,7 +3072,7 @@ pages 165-166 of the Broadcom peripherals document for full
 details.
 
 SSSSS @ number of bytes successfully copied to transmit FIFO
-RRRRR @ number of bytes in receieve FIFO
+RRRRR @ number of bytes in receive FIFO
 TTTTT @ number of bytes in transmit FIFO
 RB    @ receive busy
 TE    @ transmit FIFO empty
index edb673484b9af4e9bdfb01dc7f65e615b3e61432..9c9713ca8e72c8b01bef6be4e37d74b7d625cf24 100644 (file)
--- a/pigpio.py
+++ b/pigpio.py
@@ -3677,7 +3677,7 @@ class pi():
       details.
 
       SSSSS @ number of bytes successfully copied to transmit FIFO
-      RRRRR @ number of bytes in receieve FIFO
+      RRRRR @ number of bytes in receive FIFO
       TTTTT @ number of bytes in transmit FIFO
       RB    @ receive busy
       TE    @ transmit FIFO empty
index 15efdb36419d1490d265615c42c6542f536eb574..723c59d5c6c8b5a3a4241c59b97d843e6ae765a1 100644 (file)
@@ -3613,7 +3613,7 @@ pages 165-166 of the Broadcom peripherals document for full
 details.
 
 SSSSS @ number of bytes successfully copied to transmit FIFO
-RRRRR @ number of bytes in receieve FIFO
+RRRRR @ number of bytes in receive FIFO
 TTTTT @ number of bytes in transmit FIFO
 RB    @ receive busy
 TE    @ transmit FIFO empty