msmtp: Fix typo

Fix typo in msmtp Makefile PACAKGE -> PACKAGE

Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
This commit is contained in:
Ycarus 2018-11-09 09:48:26 +01:00 committed by Hannu Nyman
parent a0ba485b22
commit f12162388d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ endef
define Package/msmtp-mta
$(call Package/msmtp/Default)
TITLE+= (as MTA)
DEPENDS+=@(PACKAGE_msmtp||PACAKGE_msmtp-nossl)
DEPENDS+=@(PACKAGE_msmtp||PACKAGE_msmtp-nossl)
endef
define Package/msmtp-mta/description