Skip to content

Commit fa28443

Browse files
committed
Fixing typo in comment
1 parent ef4ee91 commit fa28443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_SPIFFS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Arduino_SPIFFS
9292
* we allow Arduino_SPIFFS_File to be a 'friend' of
9393
* 'Arduino_SPIFFS'. Another alternative would be to
9494
* make those functions public but what would users do
95-
* without the availabilty of a file handle?
95+
* without the availability of a file handle?
9696
*/
9797
friend class Arduino_SPIFFS_File;
9898

0 commit comments

Comments
 (0)