Skip to content

Commit 5e3c227

Browse files
committed
Fix typo.
1 parent 69991ae commit 5e3c227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expand-image-fssize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ORIGSWAPMB=512
7272
ORIGIMAGESECTORS=$((${ORIGIMAGEMB} * 1024 * 1024 / 512))
7373
ORIGSWAPSECTORS=$((${ORIGSWAPMB} * 1024 * 1024 / 512))
7474

75-
# chekc fdisk partition size
75+
# check fdisk partition size
7676
PART0END=$((${PART0START} + ${PART0SIZE}))
7777
if [ ${PART0END} -ne ${ORIGIMAGESECTORS} ]; then
7878
echo Error: unexpected MBR partition size: ${PART0END}

expand-image-fssize.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ORIGSWAPMB=@@SWAPMB@@
7272
ORIGIMAGESECTORS=$((${ORIGIMAGEMB} * 1024 * 1024 / 512))
7373
ORIGSWAPSECTORS=$((${ORIGSWAPMB} * 1024 * 1024 / 512))
7474

75-
# chekc fdisk partition size
75+
# check fdisk partition size
7676
PART0END=$((${PART0START} + ${PART0SIZE}))
7777
if [ ${PART0END} -ne ${ORIGIMAGESECTORS} ]; then
7878
echo Error: unexpected MBR partition size: ${PART0END}

0 commit comments

Comments
 (0)