From 1750d367c0dea77a741d018f80f640b813f1a5a5 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Fri, 20 Jan 2017 16:01:24 +0000 Subject: [PATCH] 98_GoogleAuth.pm: fix some typos git-svn-id: https://svn.fhem.de/fhem/trunk@13155 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_GoogleAuth.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/98_GoogleAuth.pm b/fhem/FHEM/98_GoogleAuth.pm index a461608c4..bfe63d181 100644 --- a/fhem/FHEM/98_GoogleAuth.pm +++ b/fhem/FHEM/98_GoogleAuth.pm @@ -1,7 +1,7 @@ # $Id$ # License & technical informations -=pod +=for comment # ################################################################ # @@ -43,7 +43,7 @@ =cut # Development history -=pod +=for comment # # 2017-01-15 - first commit to ./contrib # @@ -289,7 +289,7 @@ sub gAuth($$) { Check the validity of a given token; return value is 1 for a valid token, otherwise -1.