summaryrefslogtreecommitdiffstats
path: root/crates/cli/src/decompress.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cli/src/decompress.rs')
-rw-r--r--crates/cli/src/decompress.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/src/decompress.rs b/crates/cli/src/decompress.rs
index 365660ce..76508709 100644
--- a/crates/cli/src/decompress.rs
+++ b/crates/cli/src/decompress.rs
@@ -382,7 +382,7 @@ impl DecompressionReader {
///
/// `close` is also called in `drop` as a last line of defense against
/// resource leakage. Any error from the child process is then printed as a
- /// warning to stderr. This can be avoided by explictly calling `close`
+ /// warning to stderr. This can be avoided by explicitly calling `close`
/// before the CommandReader is dropped.
pub fn close(&mut self) -> io::Result<()> {
match self.rdr {