From bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 21 May 2020 21:12:39 +0800 Subject: Fix typos in comments --- src/strptime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strptime.cc') 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; -- cgit v1.2.3