From 8868bec5ae6146f7c6874ee26aa642986721bdc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9ven=20Car?= Date: Mon, 23 Dec 2024 10:31:06 +0100 Subject: [PATCH] wsd: wopiAccessCheck fix typo in CheckStatus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Méven Car Change-Id: I884c493a8da9bba5b0d6840de925fd2b83aa0738 --- wsd/ClientRequestDispatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsd/ClientRequestDispatcher.cpp b/wsd/ClientRequestDispatcher.cpp index 70dc59de142e..9adb76f8e7bc 100644 --- a/wsd/ClientRequestDispatcher.cpp +++ b/wsd/ClientRequestDispatcher.cpp @@ -1105,7 +1105,7 @@ bool ClientRequestDispatcher::handleWopiDiscoveryRequest( // NB: these names are part of the published API, and should not be renamed or altered but can be expanded STATE_ENUM(CheckStatus, Ok, - NotHttpSucess, + NotHttpSuccess, HostNotFound, WopiHostNotAllowed, HostUnReachable,