Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkka authored Feb 23, 2024
1 parent 1928e2c commit fe66cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/binstalk/src/ops/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ upstream to fix this issue."
let features = required_features.iter().format(",");
warn!(
"When resolving {name} bin {bin_name} is not found. \
But since it requies features {features}, this bin is ignored."
But since it requires features {features}, this bin is ignored."
);
None
}
Expand Down

0 comments on commit fe66cc5

Please sign in to comment.