Skip to content

Commit

Permalink
Fix typos (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferbrecht authored Jan 25, 2023
1 parent 1ec94c8 commit 3cd65cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ static ngx_int_t ngx_http_opentelemetry_init(ngx_conf_t *cf)
ngx_uint_t phase_index;
ngx_int_t res;

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

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

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

return NGX_OK;
}
Expand Down

0 comments on commit 3cd65cc

Please sign in to comment.