File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class AudioSourceIdxSD : public AudioSource {
116
116
return idx.indexOf (filename);
117
117
}
118
118
119
- // / Provides the filen name for the indicated index
119
+ // / Provides the file name for the indicated index
120
120
const char * name (int pos) {
121
121
return idx[pos];
122
122
}
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ class AudioSourceIdxSDFAT : public AudioSource {
146
146
return idx.indexOf (filename);
147
147
}
148
148
149
- // / Provides the filen name for the indicated index
149
+ // / Provides the file name for the indicated index
150
150
const char * name (int pos) {
151
151
return idx[pos];
152
152
}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ class AudioSourceIdxSDMMC : public AudioSource {
104
104
return idx.indexOf (filename);
105
105
}
106
106
107
- // / Provides the filen name for the indicated index
107
+ // / Provides the file name for the indicated index
108
108
const char * name (int pos) {
109
109
return idx[pos];
110
110
}
You can’t perform that action at this time.
0 commit comments