From cf8050393c7667519f448ac399a5debfc18922ca Mon Sep 17 00:00:00 2001 From: Arvind Kandpal Date: Thu, 13 Nov 2025 12:27:57 +0530 Subject: [PATCH] ninja: fix typo in NoOpAuditLogger description --- .../cassandra/pages/managing/operating/auditlogging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/cassandra/pages/managing/operating/auditlogging.adoc b/doc/modules/cassandra/pages/managing/operating/auditlogging.adoc index 57eaa656cc..2a542c256e 100644 --- a/doc/modules/cassandra/pages/managing/operating/auditlogging.adoc +++ b/doc/modules/cassandra/pages/managing/operating/auditlogging.adoc @@ -157,7 +157,7 @@ Supported values are: `BinAuditLogger` logs events to a file in binary format. `FileAuditLogger` uses the standard logging mechanism, `slf4j` to log events to the `audit/audit.log` file. It is a synchronous, file-based audit logger. The roll_cycle will be set in the `logback.xml` file. -`NoOpAuditLogger` is a no-op implementation of the audit logger that shoudl be specified when audit logging is disabled. +`NoOpAuditLogger` is a no-op implementation of the audit logger that should be specified when audit logging is disabled. For example: