Skip to content

Commit f885c39

Browse files
committed
fix typo in b64.h
1 parent 5dc6c6f commit f885c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/b64.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
MIT License (MIT) Copyright (c) 2016 Densaugeo
77
8-
Any other base64 decode function would do if there is an Arduino prefered one somewhere?
8+
Any other base64 decode function would do if there is an Arduino preferred one somewhere?
99
*/
1010
unsigned char base64_to_binary(unsigned char c) {
1111
// Capital letters - 'A' is ascii 65 and base64 0

0 commit comments

Comments
 (0)