Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Dec 4, 2023
1 parent 329546d commit 0f88adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpp/exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ enum exception_error_code {
err_unknown = 37,
err_bad_request = 400,
err_unauthorized = 401,
err_payment_requred = 402,
err_payment_required = 402,
err_forbidden = 403,
err_not_found = 404,
err_method_not_allowed = 405,
Expand Down

0 comments on commit 0f88adb

Please sign in to comment.