summaryrefslogtreecommitdiff
path: root/sapi/litespeed
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 12:04:00 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 12:04:00 +0100
commitc3cf01b553b1a358531d0fa56e3caba51f9a3e33 (patch)
treeb19a090b009fb0aab2142388d087670631e6eb7c /sapi/litespeed
parent0b4778c377a5753a0deb9cfc697d4f62acf93a29 (diff)
downloadphp-git-c3cf01b553b1a358531d0fa56e3caba51f9a3e33.tar.gz
Fix #78880: Yet another batch of spelling errors
Diffstat (limited to 'sapi/litespeed')
-rw-r--r--sapi/litespeed/lsapilib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/litespeed/lsapilib.c b/sapi/litespeed/lsapilib.c
index c398e41258..6cf4cddb9c 100644
--- a/sapi/litespeed/lsapilib.c
+++ b/sapi/litespeed/lsapilib.c
@@ -937,7 +937,7 @@ static int lsapi_enterLVE( LSAPI_Request * pReq, uid_t uid )
ret = (*fp_lve_enter)(s_lve, uid, -1, -1, &cookie);
if ( ret < 0 )
{
- lsapi_log("enter LVE (%d) : ressult: %d !\n", uid, ret );
+ lsapi_log("enter LVE (%d) : result: %d !\n", uid, ret );
LSAPI_perror_r(pReq, "LSAPI: lve_enter() failure, reached resource limit.", NULL );
lsapi_lve_error( pReq );
return -1;
@@ -957,7 +957,7 @@ static int lsapi_jailLVE( LSAPI_Request * pReq, uid_t uid, struct passwd * pw )
ret = (*fp_lve_jail)( pw, error_msg );
if ( ret < 0 )
{
- lsapi_log("LSAPI: LVE jail(%d) ressult: %d, error: %s !\n",
+ lsapi_log("LSAPI: LVE jail(%d) result: %d, error: %s !\n",
uid, ret, error_msg );
LSAPI_perror_r( pReq, "LSAPI: jail() failure.", NULL );
return -1;