From d332bcc21b012e668d5266f5a88d9340baa17d31 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Thu, 22 Dec 2016 18:13:20 +0000 Subject: [PATCH] Spelling. --- tools/scripts/apply-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/apply-patches.sh b/tools/scripts/apply-patches.sh index cb921001..e82d3156 100755 --- a/tools/scripts/apply-patches.sh +++ b/tools/scripts/apply-patches.sh @@ -37,7 +37,7 @@ if [ -f "${PATCH_SERIES}" ]; then if [[ $p = \#* ]]; then continue; fi - echo "*** Appying ${p}..." + echo "*** Applying ${p}..." if [ -x "${PATCHDIR}/${p}" ]; then "${PATCHDIR}/${p}" "${KERNDIR}" else