Private
Public Access
2
0

docs: fix simple typo, repeately -> repeatedly

There is a small typo in examples/c/pwm.c, examples/c/spi.c.

Should read `repeatedly` rather than `repeately`.
This commit is contained in:
Tim Gates
2020-12-01 21:04:41 +11:00
committed by Tom Ingleby
parent 31c4a8d0db
commit 833bac569c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
* SPDX-License-Identifier: MIT
*
* Example usage: Generates PWM signal of period 200us with variable dutycyle
* repeately. Press Ctrl+C to exit
* repeatedly. Press Ctrl+C to exit
*/
/* standard headers */

View File

@@ -6,7 +6,7 @@
*
* SPDX-License-Identifier: MIT
*
* Example usage: Display set of patterns on MAX7219 repeately.
* Example usage: Display set of patterns on MAX7219 repeatedly.
* Press Ctrl+C to exit
*/