Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Oct 8, 2023
1 parent c1b26f1 commit 73595ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl JiraAPIClient {
(false, false) | (true, true)
) {
return Err(eyre!(
"Malfored body: time_spent and time_spent_seconds are botn 'Some()' or 'None'"
"Malformed body: time_spent and time_spent_seconds are botn 'Some()' or 'None'"
));
}

Expand Down

0 comments on commit 73595ed

Please sign in to comment.