Skip to content

Commit 554b55f

Browse files
committed
HADOOP-18068. final typos
Change-Id: I1809cec29d9354185d759e24e65688a44d50cb89
1 parent 06154c5 commit 554b55f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/audit/impl/ActiveAuditManagerS3A.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public final class ActiveAuditManagerS3A
119119
= "Span attached to request is not a wrapped span";
120120

121121
/**
122-
* Arbritary threshold for triggering pruning on deactivation.
122+
* Arbitrary threshold for triggering pruning on deactivation.
123123
* High enough it doesn't happen very often, low enough
124124
* that it will happen regularly on a busy system.
125125
* Value: {@value}.

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/audit/impl/TestActiveAuditManagerThreadLeakage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void testMemoryLeak() throws Throwable {
138138
LOG.info("Total prune count {}", pruneCount);
139139

140140
Assertions.assertThat(pruneCount)
141-
.describedAs("Totel prune count")
141+
.describedAs("Total prune count")
142142
.isNotZero();
143143

144144
// now count number of audit managers GC'd

0 commit comments

Comments
 (0)