2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_GoogleAuth.pm: fix some typos

git-svn-id: https://svn.fhem.de/fhem/trunk@13155 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-01-20 16:01:24 +00:00
parent a88cc0683d
commit 1750d367c0

View File

@ -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.<br/>
<ul>
<li>Token always consists of six numerical digits and will change every 30 seconds.</li>
<li>Token is valid it it matches one of three tokens calculated by FHEM<br/>
<li>Token is valid if it matches one of three tokens calculated by FHEM<br/>
using three timestamps: -30 seconds, now and +30 seconds.<br/>
This behavior can be changed by attribute ga_strictCheck.</li>
</ul>