Fix a typo in the warning.
authorJim Ingham <jingham@apple.com>
Mon, 4 May 2015 17:33:33 +0000 (17:33 +0000)
committerJim Ingham <jingham@apple.com>
Mon, 4 May 2015 17:33:33 +0000 (17:33 +0000)
<rdar://problem/20799707>

llvm-svn: 236429

lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

index cda8f0f..802b496 100644 (file)
@@ -1594,7 +1594,7 @@ AppleObjCRuntimeV2::WarnIfNoClassesCached ()
     
     if (debugger.GetAsyncOutputStream())
     {
-        debugger.GetAsyncOutputStream()->PutCString("warning: could not load any Objective-C class information from the dyld shared cache. This will signficantly reduce the quality of type information available.\n");
+        debugger.GetAsyncOutputStream()->PutCString("warning: could not load any Objective-C class information from the dyld shared cache. This will significantly reduce the quality of type information available.\n");
         m_noclasses_warning_emitted = true;
     }
 }