Skip to content

Commit 74826fc

Browse files
authored
chore: fix typo (#2994)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> Fixed typo in comment. ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing
1 parent 888c098 commit 74826fc

File tree

1 file changed

+1
-1
lines changed
  • crates/atuin/src/command/client/search/engines

1 file changed

+1
-1
lines changed

crates/atuin/src/command/client/search/engines/skim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ fn path_dist(a: &Path, b: &Path) -> usize {
203203

204204
let mut dist = 0;
205205

206-
// pop a until there's a common anscestor
206+
// pop a until there's a common ancestor
207207
while !b.starts_with(&a) {
208208
dist += 1;
209209
a.pop();

0 commit comments

Comments
 (0)