Skip to content

Commit b7276c9

Browse files
marcelklehrCopilot
andauthored
fix: Typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent d91eea7 commit b7276c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Dav/Faces/PropFindPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function beforeMethod(RequestInterface $request, ResponseInterface $respo
136136
try {
137137
$json = $this->crypto->decrypt($key);
138138
} catch (\Exception $e) {
139-
$this->logger->warning('Failed to decerypt recognize API key. Denying entry.', ['exception' => $e]);
139+
$this->logger->warning('Failed to decrypt recognize API key. Denying entry.', ['exception' => $e]);
140140
throw new Forbidden('You must provide a valid X-Recognize-Api-Key');
141141
}
142142
try {

0 commit comments

Comments
 (0)