diff options
| author | Jeff Epler <jepler@gmail.com> | 2019-10-27 16:42:18 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2019-10-27 16:42:18 -0500 |
| commit | c208586bf11a3902157a113983a8461afedfa023 (patch) | |
| tree | d04daf35dccb8e4af5199fe3beaa67a4c80cef1e /shared-bindings/audioio | |
| parent | 0657884fca377bd055cec3851bf4fbcaf5005095 (diff) | |
audioio: correct trivial typo
Diffstat (limited to 'shared-bindings/audioio')
| -rw-r--r-- | shared-bindings/audioio/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audioio/__init__.c b/shared-bindings/audioio/__init__.c index 7fa37d5c5..02a5fe1ee 100644 --- a/shared-bindings/audioio/__init__.c +++ b/shared-bindings/audioio/__init__.c @@ -68,7 +68,7 @@ //| //| For compatibility with CircuitPython 4.x, some builds allow the items in //| `audiocore` to be imported from `audioio`. This will be removed for all -//| boards in a future build of CicuitPython. +//| boards in a future build of CircuitPython. //| STATIC const mp_rom_map_elem_t audioio_module_globals_table[] = { |
