Skip to content

Commit 60bf325

Browse files
committed
typo
1 parent 86a333d commit 60bf325

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dd-java-agent/src/main/java/datadog/trace/bootstrap/BootstrapInitializationTelemetry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public void run() {
327327
try (OutputStream out = process.getOutputStream()) {
328328
out.write(payload);
329329
} catch (IOException ignoredException) {
330-
// iif this happens it can generate noise into the logs.
330+
// if this happens it can generate noise into the logs.
331331
// we'll only log if the error is more severe
332332
}
333333
} catch (Throwable e) {

dd-java-agent/src/main/java6/datadog/trace/bootstrap/AgentPreCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public void run() {
193193
out = process.getOutputStream();
194194
out.write(payload.getBytes(StandardCharsets.UTF_8));
195195
} catch (IOException ignored) {
196-
// iif this happens it can generate noise into the logs.
196+
// if this happens it can generate noise into the logs.
197197
// we'll only log if the error is more severe
198198
} finally {
199199
if (out != null) {

0 commit comments

Comments
 (0)