Skip to content

Commit

Permalink
fix(gcli): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Dec 12, 2023
1 parent b1a5907 commit 39b0c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcli/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ pub fn dev() -> Result<Node> {
let mut node = Node::try_from_path(env::bin("gear"), args)?;

// TODO: use [`Node::wait_while_initialized`] instead,
// it currently presents infinit loop even after capturing
// the specfied log #3304.
// it currently presents infinite loop even after capturing
// the specified log #3304.
node.wait_for_log_record("Imported #1")?;
Ok(node)
}
Expand Down

0 comments on commit 39b0c7c

Please sign in to comment.