Skip to content

Commit

Permalink
spelling: occurred
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Dec 29, 2023
1 parent 83c059b commit 9eb44d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_http_auth_ldap_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
extern int ldap_init_fd(ber_socket_t fd, int proto, const char *url, LDAP **ld);
#endif

#define OUTCOME_ERROR -1 /* Some error occured in the process */
#define OUTCOME_ERROR -1 /* Some error occurred in the process */
#define OUTCOME_DENY 0
#define OUTCOME_ALLOW 1
#define OUTCOME_CACHED_DENY 2 /* Cached results */
Expand Down

0 comments on commit 9eb44d9

Please sign in to comment.