Skip to content

Commit c208586

Browse files
committed
audioio: correct trivial typo
1 parent 0657884 commit c208586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audioio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
//|
6969
//| For compatibility with CircuitPython 4.x, some builds allow the items in
7070
//| `audiocore` to be imported from `audioio`. This will be removed for all
71-
//| boards in a future build of CicuitPython.
71+
//| boards in a future build of CircuitPython.
7272
//|
7373

7474
STATIC const mp_rom_map_elem_t audioio_module_globals_table[] = {

0 commit comments

Comments
 (0)