8000 Fix typo in comment · pennam/ArduinoCore-API@f25d3c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f25d3c8

Browse files
pennamper1234
andauthored
Fix typo in comment
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 53f3f29 commit f25d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/IPAddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class IPAddress : public Printable {
9292
IPAddress& operator=(const uint8_t *address);
9393
// NOTE: IPv4 only; see implementation note
9494
IPAddress& operator=(uint32_t address);
95-
// If IPv4 fails tries IPv6 see fromSting function
95+
// If IPv4 fails tries IPv6 see fromString function
9696
IPAddress& operator=(const char *address);
9797

9898
virtual size_t printTo(Print& p) const;

0 commit comments

Comments
 (0)
0