From 9d9364c0877083f11de6f38e6c82a9d6b13d5ece 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/fhem@13155 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_GoogleAuth.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FHEM/98_GoogleAuth.pm b/FHEM/98_GoogleAuth.pm index a461608c4..bfe63d181 100644 --- a/FHEM/98_GoogleAuth.pm +++ b/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.