Skip to content

Commit

Permalink
HDDS-10549. Fix typo in Freon error message (#6397)
Browse files Browse the repository at this point in the history
Co-authored-by: Jyotirmoy Sinha <jsinha@cloudera.com>
  • Loading branch information
jyotirmoy-gh and Jyotirmoy Sinha authored Mar 18, 2024
1 parent 89b700d commit a122acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private void shutdown() {
*/
private void reportAnyFailure() {
if (failureCounter.get() > 0) {
throw new RuntimeException("One ore more freon test is failed.");
throw new RuntimeException("One or more freon test is failed.");
}
}

Expand Down

0 comments on commit a122acc

Please sign in to comment.