This is an automated email from the ASF dual-hosted git repository.

maxwellguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cf8050393c ninja: fix typo in NoOpAuditLogger description
cf8050393c is described below

commit cf8050393c7667519f448ac399a5debfc18922ca
Author: Arvind Kandpal <[email protected]>
AuthorDate: Thu Nov 13 12:27:57 2025 +0530

    ninja: fix typo in NoOpAuditLogger description
---
 doc/modules/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:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to