diff options
-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. |