Merge pull request #74 from ka7/spelling

spelling fixes, as seen on lintian.debian.org
This commit is contained in:
Bruno Silvestre
2017-03-31 14:50:19 -03:00
committed by GitHub
14 changed files with 22 additions and 22 deletions

View File

@ -232,7 +232,7 @@ static int push_subtable(lua_State* L, int idx)
}
/**
* Retrive the general names from the object.
* Retrieve the general names from the object.
*/
static int push_x509_name(lua_State* L, X509_NAME *name, int encode)
{
@ -260,7 +260,7 @@ static int push_x509_name(lua_State* L, X509_NAME *name, int encode)
/*---------------------------------------------------------------------------*/
/**
* Retrive the Subject from the certificate.
* Retrieve the Subject from the certificate.
*/
static int meth_subject(lua_State* L)
{
@ -269,7 +269,7 @@ static int meth_subject(lua_State* L)
}
/**
* Retrive the Issuer from the certificate.
* Retrieve the Issuer from the certificate.
*/
static int meth_issuer(lua_State* L)
{