Skip to content

Commit 7c98fbb

Browse files
MorrisJobkebackportbot[bot]
authored andcommitted
Fix typo in error message
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent c86e568 commit 7c98fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/encryption/lib/KeyManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function validateMasterKey() {
227227
$this->log->error('A private master key is available but the public key could not be found. This should never happen.');
228228
return;
229229
} elseif (empty($privateMasterKey)) {
230-
$this->log->error('A private master key is available but the public key could not be found. This should never happen.');
230+
$this->log->error('A public master key is available but the private key could not be found. This should never happen.');
231231
return;
232232
}
233233

0 commit comments

Comments
 (0)