Fix spelling error (#211)

This commit is contained in:
Michael Green
2023-12-01 14:40:32 +11:00
committed by GitHub
parent 8e3fa4f8d5
commit 3de551be95

View File

@@ -60,7 +60,7 @@ namespace gaseous_server.Classes
{
retVal += responseRow.ItemArray[i] + "; ";
}
Logging.Log(Logging.LogType.Information, "Maintenance", "Optimizse table " + row[0].ToString() + ": " + retVal);
Logging.Log(Logging.LogType.Information, "Maintenance", "Optimise table " + row[0].ToString() + ": " + retVal);
}
}
}