diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-11-04 14:23:44 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-11-04 14:23:44 +0100 |
commit | 4f304b274544638282bfaafcdad0a33355cf3121 (patch) | |
tree | 11ac43567d3baefb86b15e485584542723a2dab1 /src/include | |
parent | 7177c5c015102e3927976119c989a6a75e376bdc (diff) |
typo
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 4fa2b0c9d..6da76a122 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -1078,7 +1078,7 @@ enum TALER_ErrorCode * The response is * provided with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR. */ - TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORT = 2408, + TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORTS = 2408, /* ********** /test API error codes ************* */ |