diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-25 11:19:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 11:19:36 +0200 |
commit | 1b0165645139d008d9a188257139e57ef2fe195a (patch) | |
tree | 3ddb10366848fe38477cad0d45b3a3964834883d | |
parent | 002c4d1d5f583424b7d14cd84ecdda83f964b486 (diff) | |
parent | 7cf8f9718671ac4bcdd4baae13c706fe6dff582a (diff) |
Merge pull request #1906 from ldir-EDB0/typofix
luci-app-rp-pppoe: Fix typo
-rw-r--r-- | applications/luci-app-rp-pppoe-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-rp-pppoe-server/Makefile b/applications/luci-app-rp-pppoe-server/Makefile index 6cf4595ce..aa3ae538c 100644 --- a/applications/luci-app-rp-pppoe-server/Makefile +++ b/applications/luci-app-rp-pppoe-server/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=Roaring Penguing PPPoE Server +LUCI_TITLE:=Roaring Penguin PPPoE Server LUCI_DEPENDS:=+rp-pppoe-server include ../../luci.mk |