summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-09-13 14:30:10 +0300
committernl6720 <nl6720@gmail.com>2023-09-13 14:30:10 +0300
commit58a334c07b63d3ecc706a4b53338e6c2433b4b1a (patch)
tree6888b6e503c36dcf8ce781bf6c57e18dc3233cda
parentd587832935dad558a7542159ceb1cceead706450 (diff)
parent38c84cca77d796b5e2660fd8c39e889955548ca1 (diff)
Merge remote-tracking branch 'origin/merge-requests/258'
By Felix Yan * origin/merge-requests/258: Correct typos in mkinitcpio See merge request https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/merge_requests/258
-rwxr-xr-xmkinitcpio4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 2c15b43..661207c 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -407,7 +407,7 @@ build_uki() {
uki_add_section '.cmdline' <(printf '%s\n\0' "$(grep -ha -- '^[^#]' "${cmdline_files[@]}" | tr -s '\n' ' ')")
else
- quiet 'Kernel cmdline will not be embeded.'
+ quiet 'Kernel cmdline will not be embedded.'
fi
if [[ -n "$splash" ]]; then
@@ -961,7 +961,7 @@ trap -- ERR
# this is simply a nice-to-have -- it doesn't matter if it fails.
ldconfig -r "$BUILDROOT" &>/dev/null
-# remove /var/cache/ldconfig/aux-cache for reproducability
+# remove /var/cache/ldconfig/aux-cache for reproducibility
rm -f -- "$BUILDROOT/var/cache/ldconfig/aux-cache"
# Set umask to create initramfs images and unified kernel images as 600