]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo in error message 22018/head
authorMorris Jobke <hey@morrisjobke.de>
Wed, 19 Aug 2020 18:42:27 +0000 (20:42 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 18:42:27 +0000 (20:42 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/encryption/lib/KeyManager.php

index 0cc29a6a6abd9839c01032d51e55afcfba5da58f..b5c98bddf1ac1dc4e04a24eba2c5ac70dac0008c 100644 (file)
@@ -227,7 +227,7 @@ class KeyManager {
                        $this->log->error('A private master key is available but the public key could not be found. This should never happen.');
                        return;
                } elseif (empty($privateMasterKey)) {
-                       $this->log->error('A private master key is available but the public key could not be found. This should never happen.');
+                       $this->log->error('A public master key is available but the private key could not be found. This should never happen.');
                        return;
                }