Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jan 6, 2025
1 parent 30a080d commit 5cddee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public ReadWriteSpan setStatus(StatusCode statusCode, @Nullable String descripti
return this;
}

// Ignore attempts ot set status to UNSET
// Ignore attempts to set status to UNSET
if (statusCode == StatusCode.UNSET) {
logger.log(Level.FINE, "Ignoring call to setStatus() with status UNSET.");
return this;
Expand Down

0 comments on commit 5cddee5

Please sign in to comment.