From d93c4a33395a7d9b960ec64348a07ba204d51017 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 1 Jul 2014 21:22:11 +0000 Subject: Fix typos. llvm-svn: 212132 --- .../watchpoint/watchpoint_commands/TestWatchpointCommands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/test/functionalities') diff --git a/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py b/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py index bd3bcc4b721..fa32b37bd38 100644 --- a/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py +++ b/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py @@ -415,7 +415,7 @@ class WatchpointCommandsTestCase(TestBase): substrs = ['stop reason = watchpoint']) # Before continuing, we'll disable the watchpoint, which means we won't - # stop agian after this. + # stop again after this. self.runCmd("watchpoint disable") self.expect("watchpoint list -v", @@ -473,7 +473,7 @@ class WatchpointCommandsTestCase(TestBase): substrs = ['stop reason = breakpoint']) # Before continuing, we'll enable the watchpoint, which means we will - # stop agian after this. + # stop again after this. self.runCmd("watchpoint enable") self.expect("watchpoint list -v", -- cgit v1.2.1