[MINOR] americanize spelling (#322)

* americanize spelling

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
This commit is contained in:
Sally MacFarlane
2020-01-24 09:19:03 +10:00
committed by GitHub
parent aebc4accd9
commit 59c9d3e72d
2 changed files with 4 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ public class Enclave {
try {
bodyText = objectMapper.writeValueAsString(content);
} catch (final JsonProcessingException e) {
throw new EnclaveClientException(400, "Unable to serialise request.");
throw new EnclaveClientException(400, "Unable to serialize request.");
}
return requestTransmitter.post(mediaType, bodyText, endpoint, responseBodyHandler);