about summary refs log tree commit diff
path: root/pkgs/tools/misc/usbimager/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/usbimager/default.nix')
-rw-r--r--pkgs/tools/misc/usbimager/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/usbimager/default.nix b/pkgs/tools/misc/usbimager/default.nix
index 89ce91ef3e19..41ae07f1775b 100644
--- a/pkgs/tools/misc/usbimager/default.nix
+++ b/pkgs/tools/misc/usbimager/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   buildInputs = lib.optionals withUdisks [ udisks glib ]
     ++ lib.optional (!withLibui) libX11
     ++ lib.optional withLibui gtk3;
-    # libui is bundled with the source of usbimager as a compiled static libary
+    # libui is bundled with the source of usbimager as a compiled static library
 
   postPatch = ''
     sed -i \