fixed typo

This commit is contained in:
Matthias Beyer 2012-03-08 09:14:05 +01:00
parent 73349fe703
commit 0e65d44f97

View file

@ -44,7 +44,7 @@ module X11
# with each entry from XAuthority file
until @file.eof?
r = read()
auth_data = r if display_id.to_i == f.display.to_i
auth_data = r if display_id.to_i == r.display.to_i
end
reset