diff --git a/jira/src/client.rs b/jira/src/client.rs index a68a574..84ef205 100644 --- a/jira/src/client.rs +++ b/jira/src/client.rs @@ -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'" )); }