Skip to content
Snippets Groups Projects
Commit 4643e1dd authored by Nick Mathewson's avatar Nick Mathewson :game_die: Committed by Ian Jackson
Browse files

Fix typo in message

parent 72eaa9fc
No related branches found
No related tags found
1 merge request!473DownloadSchedule: Introduce Builder
......@@ -89,7 +89,7 @@ where
{
spec.unwrap_or(default).try_into().map_err(|_| {
let field = field.into();
let problem = "zero specifiedc, but not permitted".to_string();
let problem = "zero specified, but not permitted".to_string();
ConfigBuildError::Invalid { field, problem }
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment