Parcourir la source

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 <[email protected]>
Petr Štetiar il y a 1 an
Parent
commit
6f9384f4a4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/base-files/files/etc/profile

+ 1 - 1
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
  ------------------------------------------------------------------