Skip to content

Commit

Permalink
[tidy first] Fix a couple misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Sep 16, 2024
1 parent 6c111f2 commit 995f791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/dbt/graph/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ def get_selected(self, spec: SelectionSpec) -> Set[UniqueId]:

def get_graph_queue(self, spec: SelectionSpec, preserve_edges: bool = True) -> GraphQueue:
"""Returns a queue over nodes in the graph that tracks progress of
dependecies.
dependencies.
"""
# Filtering hapens in get_selected
# Filtering happens in get_selected
selected_nodes = self.get_selected(spec)
# Save to global variable
selected_resources.set_selected_resources(selected_nodes)
Expand Down

0 comments on commit 995f791

Please sign in to comment.