Skip to content
Snippets Groups Projects
Unverified Commit f3ff4bfa authored by Defman21's avatar Defman21
Browse files

Fixed to_symol -> to_symbol


Signed-off-by: default avatarDefman21 <i@defman.me>
parent d128be08
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ module Cinch
if tag_name =~ /\//
vendor, tag_name = tag_name.split('/')
tags[to_symbol(vendor)] = {
to_symol(tag_name) => tag_value
to_symbol(tag_name) => tag_value
}
else
tags[to_symbol(tag_name)] = tag_value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment