spelling: nonexistent

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-12 00:22:34 -05:00
parent a26c1d99d9
commit c9848e9814
2 changed files with 3 additions and 3 deletions

View File

@ -749,7 +749,7 @@ class Repository:
try:
compact_working_space += self.io.segment_size(segment) - free
except FileNotFoundError:
# looks like self.compact is referring to a non-existent segment file, ignore it.
# looks like self.compact is referring to a nonexistent segment file, ignore it.
pass
logger.debug("check_free_space: Few segments, not requiring a full free segment")
compact_working_space = min(compact_working_space, full_segment_size)

View File

@ -116,7 +116,7 @@ class ArchiverTestCase(ArchiverTestCaseBase):
if are_hardlinks_supported():
assert "added 2.05 kB input/hardlink_added" in output
# check if a diff between non-existent and empty new file is found
# check if a diff between nonexistent and empty new file is found
assert "added 0 B input/file_empty_added" in output
# The inode has two links and both of them are deleted. They should
@ -198,7 +198,7 @@ class ArchiverTestCase(ArchiverTestCaseBase):
if are_hardlinks_supported():
assert {"type": "added", "size": 2048} in get_changes("input/hardlink_added", joutput)
# check if a diff between non-existent and empty new file is found
# check if a diff between nonexistent and empty new file is found
assert {"type": "added", "size": 0} in get_changes("input/file_empty_added", joutput)
# The inode has two links and both of them are deleted. They should