mod_adhoc: Add support for commands only executable by global administrators
[prosody.git] / util / hmac.lua
index 66dd41d81d8978796d371bc64ed080f8a35da4c4..6df6986e2f25f2b86d11e84a32d8902a0070ed22 100644 (file)
@@ -40,7 +40,7 @@ hash
 blocksize
        the blocksize for the hash function in bytes
 hex
-  return raw hash or hexadecimal string
+       return raw hash or hexadecimal string
 --]]
 function hmac(key, message, hash, blocksize, hex)
        if #key > blocksize then