Skip to content

Commit

Permalink
Fixed function comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Jul 15, 2020
1 parent c907451 commit d23c262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ str_to_time (const char *str, const char *fmt, struct tm *tm) {
return 0;
}

/* Convert a date from one format to another and store inot the given buffer.
/* Convert a date from one format to another and store in the given buffer.
*
* On error, 1 is returned.
* On success, 0 is returned. */
Expand Down

0 comments on commit d23c262

Please sign in to comment.