Skip to content

Commit b2e478f

Browse files
authored
Typo
1 parent 9d1746e commit b2e478f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chargepoint/ocpp/ChargePointEventsHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ std::string ChargePointEventsHandler::getDiagnostics(const ocpp::types::Optional
371371
{
372372
ss << " " << filepath;
373373
} else {
374-
cout << "Impossible to add file " << filepath << " in diagnostic zip: not found" << endl;
374+
cout << "Unable to add file " << filepath << " in diagnostic zip: not found" << endl;
375375
}
376376
}
377377

0 commit comments

Comments
 (0)