From 6f9384f4a495c7e19934eb842cc29c1fdd093a1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Thu, 28 Nov 2024 08:10:44 +0000 Subject: [PATCH] base-files: fix manger->manager typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- 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 ------------------------------------------------------------------ -- 2.30.2