diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-27 11:07:29 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-27 11:07:29 +0200 |
commit | 88df33632f4fa6e7df9005f085a333f2df6e92a2 (patch) | |
tree | 170ce06859d049ac9ca4c9c6a678d1a02f13bb47 | |
parent | 7143e8a037cb698471b63915364a5f2cfbe55d87 (diff) |
typo
-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 632c160a1..7e496a564 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1048,7 +1048,7 @@ enum TALER_ErrorCode * The response is * provided with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR. */ - TALER_EC_TRACK_TRANSFER_DB_STORE_TRANSER_ERROR = 2404, + TALER_EC_TRACK_TRANSFER_DB_STORE_TRANSFER_ERROR = 2404, /** * The exchange returned an error from /track/transfer. |