From 469f8d1e08bf0a3571ff9b84dc549690ba12bc14 Mon Sep 17 00:00:00 2001 From: Alexander Seiler Date: Sun, 2 Apr 2023 02:17:36 +0200 Subject: [PATCH] Fix some typos Signed-off-by: Alexander Seiler --- README.md | 4 ++-- src/render/context/test.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41de5e84..de1cc088 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/render/context/test.rs b/src/render/context/test.rs index edc3dafd..8c8c9f73 100644 --- a/src/render/context/test.rs +++ b/src/render/context/test.rs @@ -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 {