Typo in error string.

llvm-svn: 145434
This commit is contained in:
Jim Ingham
2011-11-29 21:16:36 +00:00
parent 28041352cb
commit e309e75d5a

View File

@@ -75,7 +75,7 @@ PlatformDarwin::ResolveExecutable (const FileSpec &exe_file,
else
{
exe_file.GetPath (exe_path, sizeof(exe_path));
error.SetErrorStringWithFormat ("enable to find executable for '%s'", exe_path);
error.SetErrorStringWithFormat ("unable to find executable for '%s'", exe_path);
}
}
else