Skip to content

Commit

Permalink
doc: fix some typos
Browse files Browse the repository at this point in the history
Closes #2195
  • Loading branch information
cuishuang authored and BurntSushi committed Jul 8, 2023
1 parent 2708f9e commit 97b5b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cli/src/decompress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct DecompressionMatcherBuilder {
}

/// A representation of a single command for decompressing data
/// out-of-proccess.
/// out-of-process.
#[derive(Clone, Debug)]
struct DecompressionCommand {
/// The glob that matches this command.
Expand Down
2 changes: 1 addition & 1 deletion crates/globset/src/pathutil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub fn file_name<'a>(path: &Cow<'a, [u8]>) -> Option<Cow<'a, [u8]>> {
///
/// Note that this does NOT match the semantics of std::path::Path::extension.
/// Namely, the extension includes the `.` and matching is otherwise more
/// liberal. Specifically, the extenion is:
/// liberal. Specifically, the extension is:
///
/// * None, if the file name given is empty;
/// * None, if there is no embedded `.`;
Expand Down

0 comments on commit 97b5b77

Please sign in to comment.