File tree Expand file tree Collapse file tree
java6/datadog/trace/bootstrap
java/datadog/trace/bootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments