summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2013-05-21 00:22:30 +0000
committerEnrico Granata <egranata@apple.com>2013-05-21 00:22:30 +0000
commitb936b86d0c887c380aca6353f0569d63cd9f7179 (patch)
tree68f4b8a7d8dafd65477fd72e878822b08ce6ff11 /lldb/source/Core/Module.cpp
parent9730339bdf8f18d0d3f773c797b189949159c1be (diff)
downloadbcm5719-llvm-b936b86d0c887c380aca6353f0569d63cd9f7179.tar.gz
bcm5719-llvm-b936b86d0c887c380aca6353f0569d63cd9f7179.zip
s/to override/To override/
Thanks to Greg Clayton for catching this llvm-svn: 182339
Diffstat (limited to 'lldb/source/Core/Module.cpp')
-rw-r--r--lldb/source/Core/Module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp
index f00afc10ad2..c5d2811f24b 100644
--- a/lldb/source/Core/Module.cpp
+++ b/lldb/source/Core/Module.cpp
@@ -1277,7 +1277,7 @@ Module::LoadScriptingResourceInTarget (Target *target, Error& error, Stream* fee
if (shoud_load == false)
{
if (should_warn == true && feedback_stream)
- feedback_stream->Printf("warning: the debug info scripting resource for '%s' was not loaded for security reasons. to override, set the \"target.load-script-from-symbol-file\" setting to true or manually run \"command script import %s\"\n",GetFileSpec().GetFileNameStrippingExtension().GetCString(),scripting_fspec.GetPath().c_str());
+ feedback_stream->Printf("warning: the debug info scripting resource for '%s' was not loaded for security reasons. To override, set the \"target.load-script-from-symbol-file\" setting to true or manually run \"command script import %s\"\n",GetFileSpec().GetFileNameStrippingExtension().GetCString(),scripting_fspec.GetPath().c_str());
return false;
}
StreamString scripting_stream;
OpenPOWER on IntegriCloud