Fix typos

This commit is contained in:
Dimitris Apostolou 2018-05-20 22:17:38 +03:00 committed by rex4539
parent 01c33481f8
commit 8def077ba4
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
5 changed files with 31 additions and 31 deletions

View file

@ -48,7 +48,7 @@ class ed25519
public $B;
private $gmp; // Is the GMP extention available?
private $gmp; // Is the GMP extension available?
public function __construct()
{