Patch from Stephen Wilson:

Fix a typo where a qualification was being interpreted as a label.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@122260 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBDebugger.cpp b/source/API/SBDebugger.cpp
index 93d94e6..a2d836f 100644
--- a/source/API/SBDebugger.cpp
+++ b/source/API/SBDebugger.cpp
@@ -747,7 +747,7 @@
 {
     SBStringList ret_value;
     lldb::SettableVariableType var_type;
-    lldb_private:Error err;
+    lldb_private::Error err;
 
     lldb::UserSettingsControllerSP root_settings_controller = lldb_private::Debugger::GetSettingsController();