Spell fixlets
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 27 Sep 2021 16:34:35 +0000 (18:34 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 27 Sep 2021 16:34:35 +0000 (18:34 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ocpp/OCPPRequestService.ts

index 9220d0cd8ac36cac67034803581c8ff27f9e74a4..53eec6ec659c46d329fb3c8c750d1bb46690460c 100644 (file)
@@ -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);
       }