diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-22 23:56:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-22 23:56:52 +0200 |
commit | 0e808b648a56e3e4e17d6e03ce776b0b7a422f25 (patch) | |
tree | 59720c0b409f30fc6520526ba7170b0ba60c255c /src/lib | |
parent | c8a370d9111cee69b6d9b6edc177dcc58eec976a (diff) |
fix misc typos
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index b12e88a25..75b63abcb 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -1499,7 +1499,7 @@ parse_date_string (const char *date, /** * Function called for each header in the HTTP /keys response. * Finds the "Expire:" header and parses it, storing the result - * in the "expire" field fo the keys request. + * in the "expire" field of the keys request. * * @param buffer header data received * @param size size of an item in @a buffer |