[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#517344: mkinitramfs-kpkg misspells "deprecation" as "depreciation"



Package: initramfs-tools
Version: 0.93
Severity: minor
Tags: patch

mkinitramfs-kpkg outputs the following warning:

 Depreciation WARNING: use update-initramfs(8)

"Depreciation" should be "Deprecation".

-- 
Matt                                                 http://ftbfs.org/
diff -ru initramfs-tools-0.93~/mkinitramfs-kpkg initramfs-tools-0.93/mkinitramfs-kpkg
--- initramfs-tools-0.93~/mkinitramfs-kpkg	2009-02-26 20:35:23.000000000 -0800
+++ initramfs-tools-0.93/mkinitramfs-kpkg	2009-02-26 20:35:42.000000000 -0800
@@ -95,7 +95,7 @@
 	;;
 esac
 
-echo "Depreciation WARNING: use update-initramfs(8)" >&2
+echo "Deprecation WARNING: use update-initramfs(8)" >&2
 
 # linux-image installs latest version
 mkinitramfs -o ${outfile} ${version}

Reply to: