From 2c703a94f5f0513821416ac464b014539265f1a9 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Fri, 13 Feb 2009 03:55:44 +0000 Subject: [PATCH] * Modules/Debuggers/ProjectCenter/PCDebuggerView.m: Correct mispelling of search string. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27855 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Modules/Debuggers/ProjectCenter/PCDebuggerView.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 531868c..44e32c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-12 23:03-EST Gregory John Casamento + + * Modules/Debuggers/ProjectCenter/PCDebuggerView.m: Correct + mispelling of search string. + 2009-02-12 11:58-EST Gregory John Casamento * Framework/PCProjectManager.m: openProject to correct diff --git a/Modules/Debuggers/ProjectCenter/PCDebuggerView.m b/Modules/Debuggers/ProjectCenter/PCDebuggerView.m index d3ce289..5c1de51 100644 --- a/Modules/Debuggers/ProjectCenter/PCDebuggerView.m +++ b/Modules/Debuggers/ProjectCenter/PCDebuggerView.m @@ -114,7 +114,7 @@ } // Check certain status messages from GDB and set the state correctly. - range = [str rangeOfString: @"Program recieved signal:"]; + range = [str rangeOfString: @"Program received signal"]; if (range.location != NSNotFound) { [debugger setStatus: @"Stopped"];