summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scope.c2
1 files changed, 1 insertions, 1 deletions
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;
}