diff options
| author | Stefan Boberg <[email protected]> | 2025-03-11 21:22:11 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-03-11 21:22:11 +0100 |
| commit | 16212e08ccf923c8483216bdd23a65a6e44c81e9 (patch) | |
| tree | fe64f8fe6c10b17a780be09463b533a76c233bc4 /src | |
| parent | Misc changes to make logging more compact (diff) | |
| download | zen-16212e08ccf923c8483216bdd23a65a6e44c81e9.tar.xz zen-16212e08ccf923c8483216bdd23a65a6e44c81e9.zip | |
eligeble -> eligible
Diffstat (limited to 'src')
| -rw-r--r-- | src/zen/cmds/builds_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/cmds/builds_cmd.cpp b/src/zen/cmds/builds_cmd.cpp index e683740df..4a59d5b29 100644 --- a/src/zen/cmds/builds_cmd.cpp +++ b/src/zen/cmds/builds_cmd.cpp @@ -2628,7 +2628,7 @@ namespace { (FindBlocksStats.AcceptedByteCount + FindBlocksStats.AcceptedReduntantByteCount) : 0.0; ZEN_CONSOLE( - "Found {} chunks in {} ({}) blocks eligeble for reuse in {}\n" + "Found {} chunks in {} ({}) blocks eligible for reuse in {}\n" " Reusing {} ({}) matching chunks in {} blocks ({:.1f}%)\n" " Accepting {} ({}) redundant chunks ({:.1f}%)\n" " Rejected {} ({}) chunks in {} blocks\n" |