Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Schear <jonathanschear@gmail.com>
  • Loading branch information
thiagohmcruz and jschear authored Sep 17, 2024
1 parent 751d6f5 commit 72ba0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/framework.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _get_virtual_framework_info(ctx, framework_files, compilation_context_fields
# We need to map all the deps here - for both swift headers and others
fw_dep_vfsoverlays = []

# Wheter or not to collect SwiftInfo providers from rules_swift_package_manager targets
# Whether or not to collect SwiftInfo providers from rules_swift_package_manager targets
enable_rules_swift_package_manager = feature_names.experimental_rules_swift_package_manager in ctx.features

for dep in transitive_deps + deps:
Expand Down

0 comments on commit 72ba0cf

Please sign in to comment.