mirror of
https://github.com/vidarh/ruby-x11
synced 2024-12-27 09:59:21 +01:00
fixed typo
This commit is contained in:
parent
73349fe703
commit
0e65d44f97
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module X11
|
||||||
# with each entry from XAuthority file
|
# with each entry from XAuthority file
|
||||||
until @file.eof?
|
until @file.eof?
|
||||||
r = read()
|
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
|
end
|
||||||
|
|
||||||
reset
|
reset
|
||||||
|
|
Loading…
Reference in a new issue