Skip to content

Commit 3cd65cc

Browse files
authored
Fix typos (#242)
1 parent 1ec94c8 commit 3cd65cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/otel-webserver-module/src/nginx/ngx_http_opentelemetry_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ static ngx_int_t ngx_http_opentelemetry_init(ngx_conf_t *cf)
522522
ngx_uint_t phase_index;
523523
ngx_int_t res;
524524

525-
ngx_writeError(cf->cycle->log, __func__, "Starting Opentelemetry Modlue init");
525+
ngx_writeError(cf->cycle->log, __func__, "Starting Opentelemetry Module init");
526526

527527
cp = ap = pap = srp = prp = rp = lp = pcp = 0;
528528

@@ -626,7 +626,7 @@ static ngx_int_t ngx_http_opentelemetry_init(ngx_conf_t *cf)
626626
/* hostname is extracted from the nginx cycle. The attribute hostname is needed
627627
for OTEL spec and the only place it is available is cf->cycle
628628
*/
629-
ngx_writeError(cf->cycle->log, __func__, "Opentelemetry Modlue init completed !");
629+
ngx_writeError(cf->cycle->log, __func__, "Opentelemetry Module init completed!");
630630

631631
return NGX_OK;
632632
}

0 commit comments

Comments
 (0)