From 2e330b4601888c9f88d97937ab724dbdf1f4f81b Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Tue, 2 Oct 2018 22:13:32 +0200 Subject: [PATCH] s/attribut /attribute / --- src/Nix/Expr/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nix/Expr/Types.hs b/src/Nix/Expr/Types.hs index a9fe50f9c..2e9cb43c8 100644 --- a/src/Nix/Expr/Types.hs +++ b/src/Nix/Expr/Types.hs @@ -411,7 +411,7 @@ data NBinaryOp | NAnd -- ^ Logical and (&&) | NOr -- ^ Logical or (||) | NImpl -- ^ Logical implication (->) - | NUpdate -- ^ Joining two attribut sets (//) + | NUpdate -- ^ Joining two attribute sets (//) | NPlus -- ^ Addition (+) | NMinus -- ^ Subtraction (-) | NMult -- ^ Multiplication (*)