Fix typo in error message

This commit is contained in:
asonix 2023-06-23 11:20:55 -05:00
parent 082434b83e
commit 58f0c328d9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ where
#[derive(Debug, thiserror::Error)]
pub(crate) enum UploadError {
#[error("Couln't upload file")]
#[error("Couldn't upload file")]
Upload(#[from] actix_form_data::Error),
#[error("Error in DB")]