Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennytheshap committed Nov 28, 2012
1 parent 8093f78 commit a03c3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/resource_tiles_controller.rb
Expand Up @@ -141,7 +141,7 @@ def clearcut_list
money_cost = Pricing.clearcut_cost(tiles: harvestable_tiles, player: player).to_i

if params[:estimate] == true
parame[:estimate] = 'true'
params[:estimate] = 'true'
end

unless params[:estimate] == 'true'
Expand Down Expand Up @@ -200,7 +200,7 @@ def diameter_limit_cut_list
money_cost = Pricing.diameter_limit_cost(tiles: harvestable_tiles, player: player).to_i

if params[:estimate] == true
parame[:estimate] = 'true'
params[:estimate] = 'true'
end

unless params[:estimate] == 'true'
Expand Down Expand Up @@ -248,7 +248,7 @@ def partial_selection_cut_list
money_cost = Pricing.partial_selection_cost(tiles: harvestable_tiles, player: player).to_i

if params[:estimate] == true
parame[:estimate] = 'true'
params[:estimate] = 'true'
end

unless params[:estimate] == 'true'
Expand Down

0 comments on commit a03c3ca

Please sign in to comment.