Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Mar 20, 2013
1 parent dcece44 commit a3c5ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/common/io19.rb
Expand Up @@ -583,7 +583,7 @@ def read_to_limit
wanted = limit
else
str << @buffer.shift
wanted -= evailable
wanted -= available
end
end
end
Expand Down

0 comments on commit a3c5ff2

Please sign in to comment.