Skip to content

Commit

Permalink
Memory: Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanaar committed Jul 8, 2020
1 parent 44ac97d commit a828078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Memory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ end
dbg("join", name)
JoinChannelByName(name)
else
dbg("occupied", name, selct(2, GetChannelName(index)))
dbg("occupied", name, select(2, GetChannelName(index)))
end
index = index + 1
end
Expand Down

0 comments on commit a828078

Please sign in to comment.