[openwrt/openwrt] base-files: fix manger->manager typo
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 28 00:51:10 PST 2024
ynezz pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6f9384f4a495c7e19934eb842cc29c1fdd093a1c
commit 6f9384f4a495c7e19934eb842cc29c1fdd093a1c
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Thu Nov 28 08:10:44 2024 +0000
base-files: fix manger->manager typo
It was reported, that a small typo sneaked in, so lets fix it.
Reported-by: @dave14305
Fixes: c19c31f7aa6f ("base-files: add migration information for APK")
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
package/base-files/files/etc/profile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/files/etc/profile b/package/base-files/files/etc/profile
index e892a5a605..f9acdb439f 100644
--- a/package/base-files/files/etc/profile
+++ b/package/base-files/files/etc/profile
@@ -42,7 +42,7 @@ fi
if [ -x /usr/bin/apk ]; then
cat << EOF
- OpenWrt recently switched to the "apk" package manger!
+ OpenWrt recently switched to the "apk" package manager!
OPKG Command APK Equivalent Description
------------------------------------------------------------------
More information about the lede-commits
mailing list