Skip to content

Commit

Permalink
Merge pull request #62 from garret-smith/master
Browse files Browse the repository at this point in the history
Fix typo in no_passthrough_cover atom
  • Loading branch information
eproxus committed Mar 29, 2012
2 parents 25592ab + 534f28b commit b0e01ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meck.erl
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ backup_original(Module, NoPassCover) ->
%% to use the code server to access this binary without first
%% saving it to disk. Instead, it's passed around as state.
if (Cover == false) orelse NoPassCover ->
Binary2 = no_passtrhough_cover;
Binary2 = no_passthrough_cover;
true ->
Binary2 = Binary,
meck_cover:compile_beam(NewName, Binary2)
Expand Down

0 comments on commit b0e01ba

Please sign in to comment.