diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-09-23 11:41:52 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-09-23 11:42:49 -0400 |
commit | e456c6e18ce47279d429b38f0b348e1a5f2b2beb (patch) | |
tree | 84abea6eac269002e7650149cbd3d0b20a304465 /docs/CHANGELOG.md | |
parent | cf2eb17c48a23d49bf517df58e34e30529c16576 (diff) | |
download | bfs-e456c6e18ce47279d429b38f0b348e1a5f2b2beb.tar.xz |
Fix spelling
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ec3daab..a7136cf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -324,7 +324,7 @@ - Breadth-first search could become highly unbalanced, negating many of the benefits of `bfs` - - On non-{Linux,FreeBSD} plaforms, directories could stay open longer than necessary, consuming extra memory + - On non-{Linux,FreeBSD} platforms, directories could stay open longer than necessary, consuming extra memory [#107]: https://github.com/tavianator/bfs/pull/107 |