Skip to content

Commit 6ba92e5

Browse files
committed
Fix typo in error message
1 parent 82d935e commit 6ba92e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fn run(cli: Cli) -> Result<(), Error> {
9898
petnames.retain(|s| s.starts_with(c));
9999
} else {
100100
return Err(Error::Alliteration(
101-
"no petnames begin with the choosen alliteration character".to_string(),
101+
"no petnames begin with the chosen alliteration character".to_string(),
102102
));
103103
}
104104
} else {

0 commit comments

Comments
 (0)