Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed May 15, 2013
1 parent 643e108 commit d4d53a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruby/ycp/ops.rb
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def <=>(second)
res = Ops.comparable_object(keys[i], @localized) <=> other_keys[i]
return res if res != 0

res = Ops.comparable_object(@value[keys[i]], localized) <=> second[keys[i]]
res = Ops.comparable_object(@value[keys[i]], @localized) <=> second[keys[i]]
return res if res != 0
end

Expand Down

0 comments on commit d4d53a3

Please sign in to comment.