Skip to content

Commit c0efccd

Browse files
authored
Merge pull request #22 from arduino-libraries/spellchecker-fix
Fix typos
2 parents dc5b50b + c989586 commit c0efccd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Represents internal storage using the Arduino Unified Storage library.
336336
`public virtual ` [`Folder`](#class_folder)` ` [`getRootFolder`](#class_internal_storage_1a87142ddbdad62217e33851b32572082d)`()` | Retrieves the root folder of the internal storage.
337337
`public void ` [`setQSPIPartition`](#class_internal_storage_1a2ca8680537077ca3e189be2ca6dcc634)`(int partition)` | Sets the QSPI partition number.
338338
`public void ` [`setQSPIPartitionName`](#class_internal_storage_1ae0fbe264a758a4026548df66ec05f8c8)`(const char * name)` | Sets the QSPI partition name.
339-
`public virtual bool ` [`format`](#class_internal_storage_1a9ee819a55de5d411e6b10bdc9942c601)`(FileSystems fs)` | Formats the internal storage with the selceted file system.
339+
`public virtual bool ` [`format`](#class_internal_storage_1a9ee819a55de5d411e6b10bdc9942c601)`(FileSystems fs)` | Formats the internal storage with the selected file system.
340340

341341
## Members
342342

@@ -410,7 +410,7 @@ Sets the QSPI partition name.
410410

411411
### `public virtual bool ` [`format`](#class_internal_storage_1a9ee819a55de5d411e6b10bdc9942c601)`(FileSystems fs)` <a id="class_internal_storage_1a9ee819a55de5d411e6b10bdc9942c601" class="anchor"></a>
412412

413-
Formats the internal storage with the selceted file system.
413+
Formats the internal storage with the selected file system.
414414

415415
#### Returns
416416
true if successful, false if failed.

src/InternalStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class InternalStorage : public Arduino_UnifiedStorage {
6666
void setQSPIPartitionName(const char *name);
6767

6868
/**
69-
* Formats the internal storage with the selceted file system.
69+
* Formats the internal storage with the selected file system.
7070
*
7171
* @return true if successful, false if failed.
7272
*/

0 commit comments

Comments
 (0)