Spelling fixed
This commit is contained in:
Josh Soref
2023-04-11 09:50:44 -04:00
committed by GitHub
parent a5e5c3d941
commit 7351fe9633
69 changed files with 141 additions and 141 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
// create initial config - generate passwords, etc
QJsonObject createContainerInitialConfig(DockerContainer container, int port, TransportProto tp);
bool isReinstallContainerRequred(DockerContainer container, const QJsonObject &oldConfig, const QJsonObject &newConfig);
bool isReinstallContainerRequired(DockerContainer container, const QJsonObject &oldConfig, const QJsonObject &newConfig);
ErrorCode checkOpenVpnServer(DockerContainer container, const ServerCredentials &credentials);