summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-06-13 22:32:08 +0300
committerDavid Peter <sharkdp@users.noreply.github.com>2021-06-13 22:08:56 +0200
commit90e48e9b61f68333c4d846cf273beb7e42555656 (patch)
treedd6d5c0ff1a270353ccb9d9116d3c7b12e6529ab
parent35f31270f3b879469d7214a4cc9d7fe1e0cf3f8b (diff)
Spelling fixes
-rw-r--r--CHANGELOG.md2
-rw-r--r--src/input.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53b12693..85168cad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -542,7 +542,7 @@ You can see the API documentation here: https://docs.rs/bat/
- Added `BAT_CONFIG_PATH` environment variable to set a non-default path for `bat`s configuration file, see #375 (@deg4uss3r)
-- Allow for multiple occurences of `--style` to allow for the configuration
+- Allow for multiple occurrences of `--style` to allow for the configuration
of styles from the config file, see #367 (@sindreij)
- Allow for multiple `--line-range` arguments, see #23
diff --git a/src/input.rs b/src/input.rs
index 0eb670b0..2392c507 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -211,7 +211,7 @@ impl<'a> Input<'a> {
)
.into());
}
- file = input_identifier.into_inner().expect("The file was lost in the clircle::Identifier, this should not have happended...");
+ file = input_identifier.into_inner().expect("The file was lost in the clircle::Identifier, this should not have happened...");
}
InputReader::new(BufReader::new(file))