diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 06:16:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 06:16:04 +0100 |
commit | 3288ec615f4b4bdb63005e6ae8e7782fcd969059 (patch) | |
tree | 34846348085ccdade75a6765ad0ade13cd3745b5 /src/parse_time.c | |
parent | style (diff) | |
download | sat-3288ec615f4b4bdb63005e6ae8e7782fcd969059.tar.gz sat-3288ec615f4b4bdb63005e6ae8e7782fcd969059.tar.bz2 sat-3288ec615f4b4bdb63005e6ae8e7782fcd969059.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | src/parse_time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse_time.c b/src/parse_time.c index 828c31b..18e5513 100644 --- a/src/parse_time.c +++ b/src/parse_time.c @@ -115,7 +115,7 @@ strtotime(const char *str, const char **end) * @param str The time string. * @param ts Output parameter for the POSIX time the string * represents. - * @parma end Output parameter for the end of the parsing of `str`. + * @param end Output parameter for the end of the parsing of `str`. * @return 0 on success, -1 on error. * * @throws EINVAL `str` could not be parsed. @@ -166,7 +166,7 @@ parse_time_time(const char *str, struct timespec *ts, const char **end) * @param str The time string. * @param ts Output parameter for the POSIX time the string * represents. - * @parma end Output parameter for the end of the parsing of `str`. + * @param end Output parameter for the end of the parsing of `str`. * @return 0 on success, -1 on error. * * @throws EINVAL `str` could not be parsed. |