Cosmetic: Fixed message typo.
authorshort <>
Wed, 4 Aug 2004 06:20:52 +0000 (06:20 +0000)
committershort <>
Wed, 4 Aug 2004 06:20:52 +0000 (06:20 +0000)
kernel/Linux/prepmod.in

index 7183d2c..67017ae 100755 (executable)
@@ -182,7 +182,7 @@ confess "Failed to prepare $lufs_o module for your Linux kernel $uname_r.\n"
                .($kernel ? "Detected Linux kernel sources \"$kernel\" do not appear to be valid.\n"
                                : "No Linux kernel sources for your running kernel were found.\n")
                ."Please install kernel-source-x.y.z.i386.rpm or kernel-headers_x.y.z_i386.deb.\n"
                .($kernel ? "Detected Linux kernel sources \"$kernel\" do not appear to be valid.\n"
                                : "No Linux kernel sources for your running kernel were found.\n")
                ."Please install kernel-source-x.y.z.i386.rpm or kernel-headers_x.y.z_i386.deb.\n"
-               ."The following directory paths were search (first existing directory used):\n"
+               ."The following directory paths were searched (first existing directory used):\n"
                .join("",map("\t\t$_\n",@kernel_paths));
 
 
                .join("",map("\t\t$_\n",@kernel_paths));