summaryrefslogtreecommitdiff
path: root/src/strptime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/strptime.cc')
-rw-r--r--src/strptime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strptime.cc b/src/strptime.cc
index ac6885a6..d390d1fa 100644
--- a/src/strptime.cc
+++ b/src/strptime.cc
@@ -174,7 +174,7 @@ static char* _strptime(const char *s, const char *format, struct tm *tm) {
}
break;
- // arbitray whitespace.
+ // arbitrary whitespace.
case 't':
case 'n':
while (isspace(*s)) ++s;