Spelling.

This commit is contained in:
Jeffrey Townsend
2016-12-22 18:13:20 +00:00
parent dadfed1e35
commit d332bcc21b

View File

@@ -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