fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Hamcha 2023-07-21 17:04:15 +02:00
parent 4f6deaa70b
commit 2342edccc1
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89

View file

@ -38,7 +38,7 @@ pub enum ApiError<'a> {
#[error("unexpected internal error: {0}")]
Internal(#[from] anyhow::Error),
#[error("database returnede error: {0}")]
#[error("database returned error: {0}")]
Database(#[from] sqlx::Error),
#[error("incoming JSON format error: {0}")]