From 2ae38412ed6f775dc41fb3fcf91ffe85d1e45c20 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Wed, 17 Feb 2021 18:31:55 +0100 Subject: pkgs/profpatsch/nman: typo fixes --- pkgs/profpatsch/nman/nman.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch/nman/nman.rs') diff --git a/pkgs/profpatsch/nman/nman.rs b/pkgs/profpatsch/nman/nman.rs index 426807a9..6cb5f54c 100644 --- a/pkgs/profpatsch/nman/nman.rs +++ b/pkgs/profpatsch/nman/nman.rs @@ -89,7 +89,7 @@ enum DrvOutput<'a> { impl<'a> DrvOutput<'a> { /// Convert a string (Nix strings may be arbitrary bytes) /// into a parsed [`DrvOutput`]. No sanity checking is - /// done, anything strange is pased into [`DrvOutput::Other`]. + /// done, anything strange is passed into [`DrvOutput::Other`]. fn parse(output: &'a [u8]) -> Self { match output { b"out" => DrvOutput::Out, -- cgit 1.4.1