From 79fe4a2cd780b19b24597f697921ed05c1e230e7 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Wed, 10 Aug 2016 16:57:17 +0200 Subject: [PATCH] Update Makefile --- net/l2tp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index 9db04a8b3..b288d4341 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -2,7 +2,7 @@ PLUGIN_NAME= l2tp PLUGIN_VERSION= 1.0 PLUGIN_REVISION= 2 PLUGIN_DEPENDS= clog mpd5 -PLUGIN_COMMENT= LT2P server based on MPD5 +PLUGIN_COMMENT= L2TP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"