Fix typo
authorDan Moseley <danmose@microsoft.com>
Mon, 20 Nov 2017 01:10:17 +0000 (17:10 -0800)
committerDan Moseley <danmose@microsoft.com>
Mon, 20 Nov 2017 01:10:17 +0000 (17:10 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/11169ec8c7fa18d5940eb7a81c85eab69b704421

src/installer/corehost/corehost.cpp

index a30eb42..ab2d6ca 100644 (file)
@@ -164,7 +164,7 @@ int run(const int argc, const pal::char_t* argv[])
 
     if (pal::strcasecmp(own_name.c_str(), CURHOST_TYPE) != 0)
     {
-        trace::error(_X("A fatal error :Cannot execute %s when renamed to  %s."), CURHOST_TYPE,own_name.c_str());
+        trace::error(_X("A fatal error was encountered. Cannot execute %s when renamed to  %s."), CURHOST_TYPE,own_name.c_str());
         return StatusCode::CoreHostEntryPointFailure;
     }