diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_error_codes.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 44680444..f485f2da 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -241,7 +241,7 @@ enum TALER_ErrorCode    /**     * The coin public key of given to a /deposits/ handler was malformed.     */ -  TALER_EC_DEPOSTIS_INVALID_COIN_PUB = 1056, +  TALER_EC_DEPOSITS_INVALID_COIN_PUB = 1056,    /**     * The body returned by the exchange for a /deposits/ request was | 
