From d3e165bc8f24b9fe0f6f8330cb55eed3f30e51ce Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 29 Sep 2009 09:41:26 -0700 Subject: Fix typo in "Enabling all breakpoints" message Signed-off-by: Alan Coopersmith --- scope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index 5b357f8..c93e414 100644 --- a/scope.c +++ b/scope.c @@ -565,7 +565,7 @@ CMDEnable ( if (argc == 1) { - printf ("Enablingg all breakpoints...\n"); + printf ("Enabling all breakpoints...\n"); for (bp = breakPoints; bp; bp = bp->next) bp->enabled = true; } -- cgit v1.2.1