fix(datamodel): minor spelling mistake in save message

This commit is contained in:
maelstrom 2025-03-31 21:48:38 +02:00
parent 18985e6f86
commit 4805f717ac

View file

@ -62,7 +62,7 @@ void DataModel::SaveToFile(std::optional<std::string> path) {
doc.save(outStream);
currentFile = target;
name = target;
Logger::info("Place saved succesfully");
Logger::info("Place saved successfully");
}
void DataModel::DeserializeService(pugi::xml_node* node) {