Skip to content

Commit

Permalink
Merge pull request sahib#524 from sbraz/typo_py
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
SeeSpotRun authored Sep 8, 2021
2 parents 25b6c53 + b4d9dfa commit 854af40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rmlint.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DESCRIPTION
===========

``rmlint`` finds space waste and other broken things on your filesystem.
It's main focus lies on finding duplicate files and directories.
Its main focus lies on finding duplicate files and directories.

It is able to find the following types of lint:

Expand Down
2 changes: 1 addition & 1 deletion tests/test_mains/test_dedupe.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def is_on_reflink_fs(path):
print("{0} is {1} mounted at {2}".format(path, part.fstype, part.mountpoint))
return (part.fstype in REFLINK_CAPABLE_FILESYSTEMS)

print("No mountpoint found for {0}", path)
print("No mountpoint found for {}".format(path))
return False


Expand Down

0 comments on commit 854af40

Please sign in to comment.