diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-02-20 21:07:39 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-02-20 21:07:39 +0100 |
commit | 3219c14674743302f943c3884e8383de4c4427e6 (patch) | |
tree | 878e390d5d239555b8190229730b3bb95e74863d | |
parent | d194e59ef068cb7320b575db74c5496a288402dd (diff) |
typo
-rw-r--r-- | src/lib/exchange_api_refresh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_refresh.c b/src/lib/exchange_api_refresh.c index b766b7957..230f445e6 100644 --- a/src/lib/exchange_api_refresh.c +++ b/src/lib/exchange_api_refresh.c @@ -651,7 +651,7 @@ deserialize_melt_data (const char *buf, * so the safest operation only melts one coin at a time. * * This API is typically used by a wallet. Note that to ensure that - * no money is lost in case of hardware failures, is operation does + * no money is lost in case of hardware failures, this operation does * not actually initiate the request. Instead, it generates a buffer * which the caller must store before proceeding with the actual call * to #TALER_EXCHANGE_refresh_melt() that will generate the request. |