1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 12:04:27 -05:00
This commit is contained in:
Kyle Spearrin 2017-09-12 10:11:56 -04:00
parent 62f934b6b1
commit 16c976fe5a

View File

@ -397,7 +397,7 @@ namespace Bit.Core.Utilities
return Other2Qwerty(value, _dvorakMap, _qwertyDvorakMap);
}
public static string Colemak2Qwery(string value)
public static string Colemak2Qwerty(string value)
{
return Other2Qwerty(value, _colemakMap, _qwertyColemakMap);
}