mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-02-19 01:30:29 +00:00
Fix misspelled exception
This commit is contained in:
parent
ee0fd13ad5
commit
c3f76bd3c7
@ -534,7 +534,7 @@ namespace EightBit
|
||||
|
||||
private bool TryGetConstant(ushort value, out string name)
|
||||
{
|
||||
return this.symbols.TryGetQualifiedEquateyValue(value, out name);
|
||||
return this.symbols.TryGetQualifiedEquateValue(value, out name);
|
||||
}
|
||||
|
||||
private string ConvertConstantByte(ushort address) => this.ConvertConstant(this.GetByte(address));
|
||||
|
Loading…
x
Reference in New Issue
Block a user