Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Francke <lars.francke@stackable.tech>
Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
  • Loading branch information
Shnatsel and lfrancke committed Oct 26, 2023
1 parent 6a731f5 commit 819b269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-cyclonedx/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ fn top_level_dependencies(
let mut resolve_result = ResolveMap::new();
resolve_result.insert(member.to_owned(), resolve[member].clone());
for id in direct_dep_ids {
// Clear all depedencies, pretend there is only one level
// Clear all dependencies, pretend there is only one level
let mut node = resolve[id].clone();
node.deps = Vec::new();
node.dependencies = Vec::new();
Expand Down

0 comments on commit 819b269

Please sign in to comment.