Skip to content

Commit 98d57da

Browse files
committed
Adjust spelling
1 parent efb2dcd commit 98d57da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See: https://github.com/codespell-project/codespell#using-a-config-file
22
[codespell]
33
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
4-
ignore-words-list = ,
4+
ignore-words-list = leapyears,vie
55
check-filenames =
66
check-hidden =
77
skip = ./.git

NTPClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class NTPClient {
109109
void setUpdateInterval(unsigned long updateInterval);
110110

111111
/**
112-
* @return Date Time string formated. The available format codes are:
112+
* @return Date Time string formatted. The available format codes are:
113113
%Y: Full year (e.g., 2023)
114114
%y: Last two digits of the year (e.g., 23 for 2023)
115115
%m: Month as a zero-padded decimal number (01 to 12)

0 commit comments

Comments
 (0)