Skip to content

Commit

Permalink
Typo in stats name for webzmachine requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Dec 27, 2011
1 parent 25efda0 commit 36989b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webmachine_mochiweb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ init_reqdata(MochiReq) ->
loop(MochiReq, LoopOpts) ->
reset_process_dictionary(),

statz:incr({zotonic, wezbmachine, requests}),
statz:incr({zotonic, webzmachine, requests}),

ReqData = init_reqdata(MochiReq),
Host = case host_headers(ReqData) of
Expand Down

0 comments on commit 36989b3

Please sign in to comment.