geforkt von Mirrors/Velocity
Fix grammar in obscure error message (#880)
The title really says it all. Change ``The forwarding-secret-file does not exists.`` to ``The forwarding-secret-file does not exist.``
Dieser Commit ist enthalten in:
Ursprung
8deb0ff70d
Commit
495b796816
@ -496,7 +496,7 @@ public class VelocityConfiguration implements ProxyConfig {
|
||||
throw new RuntimeException("The file " + forwardSecretFile + " is not a valid file or it is a directory.");
|
||||
}
|
||||
} else {
|
||||
throw new RuntimeException("The forwarding-secret-file does not exists.");
|
||||
throw new RuntimeException("The forwarding-secret-file does not exist.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren