diff options
author | Matt Kraai <kraai@ftbfs.org> | 2009-02-26 20:38:58 -0800 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-03-01 16:11:35 +0100 |
commit | 0a8c484f6341229054865ba8e1467c9b21e5c2a0 (patch) | |
tree | 795923df29db53b522c1ff785435a9c93827bcb0 | |
parent | f82d8e325a61f3a9308398fd5504536a7a96610c (diff) | |
download | initramfs-tools-0a8c484f6341229054865ba8e1467c9b21e5c2a0.tar.gz initramfs-tools-0a8c484f6341229054865ba8e1467c9b21e5c2a0.zip |
mkinitramfs-kpkg misspells "deprecation" as "depreciation"
mkinitramfs-kpkg outputs the following warning:
Depreciation WARNING: use update-initramfs(8)
"Depreciation" should be "Deprecation".
(closes: #517344)
Signed-off-by: maximilian attems <maks@debian.org>
-rwxr-xr-x | mkinitramfs-kpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitramfs-kpkg b/mkinitramfs-kpkg index 07cbd44..6beaad5 100755 --- a/mkinitramfs-kpkg +++ b/mkinitramfs-kpkg @@ -95,7 +95,7 @@ case "${version}" in ;; 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} |