From: Jérôme Benoit Date: Mon, 27 Sep 2021 16:34:35 +0000 (+0200) Subject: Spell fixlets X-Git-Tag: v1.1.12~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9c613674007bc7bbfb2423269401a188f7c9ce0b;p=e-mobility-charging-stations-simulator.git Spell fixlets Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ocpp/OCPPRequestService.ts b/src/charging-station/ocpp/OCPPRequestService.ts index 9220d0cd..53eec6ec 100644 --- a/src/charging-station/ocpp/OCPPRequestService.ts +++ b/src/charging-station/ocpp/OCPPRequestService.ts @@ -80,7 +80,7 @@ export default abstract class OCPPRequestService { } logger.debug(`${self.chargingStation.logPrefix()} Error: %j occurred when calling command %s with parameters: %j`, error, commandName, commandParams); // Build Exception - self.chargingStation.requests.set(messageId, [() => { /* This is intentiomal */ }, () => { /* This is intentiomal */ }, {}]); + self.chargingStation.requests.set(messageId, [() => { /* This is intentional */ }, () => { /* This is intentional */ }, {}]); // Send error reject(error); }