Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Nov 18, 2023
1 parent c3ae46e commit 465000a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ mod tests {
fn test_active() {
let mut graph = Graph::new(llq::Queue::new().split().0);
assert!(!graph.is_active());
// graph is active only when AudioDestiantion is set up
// graph is active only when AudioDestination is set up
let node = Box::new(TestNode { tail_time: false });
add_node(&mut graph, DESTINATION_NODE_ID.0, node.clone());
assert!(graph.is_active());
Expand Down

0 comments on commit 465000a

Please sign in to comment.