Skip to content

Commit

Permalink
wsd: wopiAccessCheck fix typo in CheckStatus
Browse files Browse the repository at this point in the history
Signed-off-by: Méven Car <meven.car@collabora.com>
Change-Id: I884c493a8da9bba5b0d6840de925fd2b83aa0738
  • Loading branch information
meven committed Dec 26, 2024
1 parent 2e02d4f commit ef0fb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsd/ClientRequestDispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef0fb24

Please sign in to comment.