Typo Fix

Talen-Shei [08-09-15 - 22:24]
Typo Fix
Filename
KeyBindSwapper.lua
diff --git a/KeyBindSwapper.lua b/KeyBindSwapper.lua
index cfb6da6..4526089 100644
--- a/KeyBindSwapper.lua
+++ b/KeyBindSwapper.lua
@@ -148,7 +148,7 @@ end
 function saveBinds(profile)
 	if profile then
 		getKeyBinds(profile)
-	elseif KBS.Account.SingleTarget = true then
+	elseif KBS.Account.SingleTarget == true then
 		getKeyBinds(KBS.Account.BindingTarget)
 	else
 		getKeyBinds(KBS.Character.BindingTarget)