diff -r aa2539c91954 -r 1c2bb2fc7c87 perfsrv/memspy/CommandLine/Include/MemSpyCommands.h --- a/perfsrv/memspy/CommandLine/Include/MemSpyCommands.h Fri Oct 08 14:56:39 2010 +0300 +++ b/perfsrv/memspy/CommandLine/Include/MemSpyCommands.h Tue Oct 26 16:20:32 2010 +0300 @@ -43,7 +43,7 @@ _LIT( KHelpMessage, "=== MemSpy CommandLineInterpreter Help ===\r\n" ); _LIT( KHelpOutputCommand, "Change output mode to trace: 'memspy output trace'\r\n" ); _LIT( KHelpOutputToFileCommand, "Change output mode to trace: 'memspy output file'\r\n" ); -_LIT( KHelpHeapDumpCommand, "Heap dump: 'memspy heapdup '\r\n" ); +_LIT( KHelpHeapDumpCommand, "Heap dump: 'memspy heapdump '\r\n" ); _LIT( KHelpSwmtCommand, "SWMT: 'memspy swmt | stop timer | dumpnow > '\r\n" ); _LIT( KHelpKillServerCommand, "Kill server: 'memspy killserver'\r\n" ); _LIT( KHelpCommand, "Press 'c' to continue" );