Debugger: Fix spelling

This commit is contained in:
michaelangel007 2018-04-17 09:30:59 -07:00
parent 9105019e11
commit f9bc18f54c

View File

@ -1320,7 +1320,7 @@ Update_t CmdHelpSpecific (int nArgs)
ConsoleColorizePrint( sText, " Usage: <address | symbol | expression >" );
ConsoleBufferPush( " Expression is one of: + - * / % ^ ~" );
ConsoleBufferPush( " Output order is: Hex Bin Dec Char" );
ConsoleBufferPush( " Note: symbols take piority." );
ConsoleBufferPush( " Note: symbols take priority." );
Help_Examples();
ConsoleBufferPush( "Note: #A (if you don't want the accumulator value)" );
ConsoleBufferPush( "Note: #F (if you don't want the flags value)" );