Fix typo in TestSourceManager.py
authorPavel Labath <labath@google.com>
Tue, 19 Apr 2016 09:31:14 +0000 (09:31 +0000)
committerPavel Labath <labath@google.com>
Tue, 19 Apr 2016 09:31:14 +0000 (09:31 +0000)
llvm-svn: 266725

lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py

index b4bffaf..d927ea1 100644 (file)
@@ -171,7 +171,7 @@ class SourceManagerTestCase(TestBase):
         self.expect("source list -f main.c -l %d" % self.line, SOURCE_DISPLAYED_CORRECTLY,
             substrs = ['Hello lldb'])
 
-    def test_set_breakpoint_with_absloute_path(self):
+    def test_set_breakpoint_with_absolute_path(self):
         self.build()
         self.runCmd("settings set target.source-map %s %s" % (os.getcwd(), os.path.join(os.getcwd(), "hidden")))