From 0d3cee6247d6c34b888cf94387c714935a67fd6f Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 27 Aug 2008 21:22:49 +0000 Subject: [PATCH] Typo fixed svn path=/nixos/trunk/; revision=12757 --- upstart-jobs/pcmcia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstart-jobs/pcmcia.nix b/upstart-jobs/pcmcia.nix index 38effdc8a299..b084f47beb4f 100644 --- a/upstart-jobs/pcmcia.nix +++ b/upstart-jobs/pcmcia.nix @@ -26,7 +26,7 @@ let config = mkOption { default = null; - decription = '' + description = '' Path to the configuration file which map the memory, irq and ports used by the PCMCIA hardware. '';