diff options
| author | Petr Štetiar | 2024-11-28 08:10:44 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2024-11-28 08:10:44 +0000 |
| commit | 6f9384f4a495c7e19934eb842cc29c1fdd093a1c (patch) | |
| tree | d78f60dece07709006b9d17c2939918ecf739869 | |
| parent | f4492b6b1c5373a27c911ad675e96ccf1ce542d2 (diff) | |
| download | openwrt-6f9384f4a495c7e19934eb842cc29c1fdd093a1c.tar.gz | |
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@true.cz>
| -rw-r--r-- | package/base-files/files/etc/profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 ------------------------------------------------------------------ |