Add the missing g in Transaction::GetReponseBodyLenth()

This commit fixes a typo in the method name for retrieving
the body length.
This commit is contained in:
Lasse Karstensen
2017-07-28 10:57:59 +02:00
committed by Felipe Zimmerle
parent 56baef5f1f
commit bce5ef7704
2 changed files with 4 additions and 4 deletions

View File

@@ -318,7 +318,7 @@ class Transaction : public TransactionAnchoredVariables {
size_t offset);
const char *getResponseBody();
int getResponseBodyLenth();
int getResponseBodyLength();
#ifndef NO_LOGS
void debug(int, std::string);