Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
typos...
  • Loading branch information
EvilOlaf authored and pyavitz committed Aug 13, 2024
1 parent aff22ad commit 7e9b85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sources/families/meson-axg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ write_uboot_platform() {
return 1
fi
else
logger "${FUNCNAME[0]}(): use standart u-boot install."
logger "${FUNCNAME[0]}(): use standard u-boot install."
fi

dd if="$1/u-boot.bin" of="$2" bs=1 count=442 conv=fsync > /dev/null 2>&1
Expand All @@ -68,5 +68,5 @@ write_uboot_platform() {
dd if="$1/u-boot.bin" of="$of_boot1" bs=512 skip=1 conv=fsync > /dev/null 2>&1
fi

logger "${FUNCNAME[0]}(): u-boot successfulley installed"
logger "${FUNCNAME[0]}(): U-Boot successfully installed"
}

0 comments on commit 7e9b85f

Please sign in to comment.