[mod] typo in comment

This commit is contained in:
Laurent Peuch 2017-09-19 16:54:50 +02:00
parent fbbf73fae1
commit 1fe2fc5355

View file

@ -30,7 +30,7 @@ class Entry
# for historical reasons, dnssec algo was md5, so we assume that every
# entry is using md5 while we provide automatic upgrade code inside
# yunohost to move to sha512 instead (and register new domains using sh512)
# yunohost to move to sha512 instead (and register new domains using sha512)
# it would be good to depreciate md5 in the futur but that migh be complicated
property :key_algo, String, :default => "hmac-md5"