mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-19 15:29:46 +02:00
Merge pull request #74 from ka7/spelling
spelling fixes, as seen on lintian.debian.org
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user