Skip to content

Commit

Permalink
Fix spelling errors.
Browse files Browse the repository at this point in the history
Changelog: None
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
  • Loading branch information
Drew Moseley committed Apr 24, 2020
1 parent 7b264b8 commit 4e98e78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/mender_grub_config
Expand Up @@ -22,13 +22,13 @@ MENDER_GRUB_STORAGE_DEVICE=hd0

# Type of kernel (bzImage or zImage)
#
# mender-convert will try to determinate this value on its own, only set this
# mender-convert will try to determine this value on its own, only set this
# if was not possible to auto-detect
MENDER_GRUB_KERNEL_IMAGETYPE=""

# Type of initrd image
#
# mender-convert will try to determinate this value on its own, only set this
# mender-convert will try to determine this value on its own, only set this
# if was not possible to auto-detect
MENDER_GRUB_INITRD_IMAGETYPE=""

Expand Down
2 changes: 1 addition & 1 deletion mender-convert-package
Expand Up @@ -181,7 +181,7 @@ elif file ${root_part} | grep -q XFS; then
image_fs_type="xfs"
else
log_warn "$(file work/${root_part})"
log_fatal "Could not determinate root file-system type. Aborting..."
log_fatal "Could not determine root file-system type. Aborting..."
fi

disk_create_file_system_from_folder "work/rootfs/data/" "work/data.img" \
Expand Down
2 changes: 1 addition & 1 deletion modules/probe.sh
Expand Up @@ -30,7 +30,7 @@ probe_arch() {
done

if [ -z "${file_info}" ]; then
log_fatal "Sorry, not able to determinate target architecture"
log_fatal "Sorry, not able to determine target architecture"
fi

target_arch="unknown"
Expand Down

0 comments on commit 4e98e78

Please sign in to comment.