mirror of
https://github.com/typecho/typecho.git
synced 2025-02-06 05:58:29 +01:00
纠正单词错误
This commit is contained in:
parent
80de4900df
commit
e49287f957
@ -375,8 +375,8 @@ abstract class Typecho_Http_Client_Adapter
|
||||
}
|
||||
}
|
||||
|
||||
$this->reponseBody = implode("\n", $lines);
|
||||
return $this->reponseBody;
|
||||
$this->responseBody = implode("\n", $lines);
|
||||
return $this->responseBody;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -411,7 +411,7 @@ abstract class Typecho_Http_Client_Adapter
|
||||
*/
|
||||
public function getResponseBody()
|
||||
{
|
||||
return $this->reponseBody;
|
||||
return $this->responseBody;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user