Skip to content

Commit

Permalink
Merge pull request #110 from goggle/typos01
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Apr 2, 2023
2 parents 4b28a2b + 469f8d1 commit b473dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ Logical sizes are reported by default but you can toggle the reporting to physic
### How are directory sizes computed

- A directory will have a size equal to the sum of the sizes of all of its entries.
- Hidden files, files excluded by `.gitignore`, and files excluded via globbing will be ommitted from the disk usages of their parent directories.
- Files/Directories that don't have read permissions will be ommitted from the disk usages of their parent directories.
- Hidden files, files excluded by `.gitignore`, and files excluded via globbing will be omitted from the disk usages of their parent directories.
- Files/Directories that don't have read permissions will be omitted from the disk usages of their parent directories.
- Special files such a named pipes, sockets, etc. have negligible sizes so their disk usage aren't reported.

### Symlinks
Expand Down
2 changes: 1 addition & 1 deletion src/render/context/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn config() {

let icons = context.icons;

assert!(icons, "Failed to propertly read 'icons' from config");
assert!(icons, "Failed to properly read 'icons' from config");
}

fn context_from_config() -> Option<Context> {
Expand Down

0 comments on commit b473dce

Please sign in to comment.