From: Dan Moseley Date: Mon, 20 Nov 2017 01:10:17 +0000 (-0800) Subject: Fix typo X-Git-Tag: submit/tizen/20210909.063632~11032^2~1030^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ce29c511ab0f824dc6a22d7a3780501cdd45169;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix typo Commit migrated from https://github.com/dotnet/core-setup/commit/11169ec8c7fa18d5940eb7a81c85eab69b704421 --- diff --git a/src/installer/corehost/corehost.cpp b/src/installer/corehost/corehost.cpp index a30eb42..ab2d6ca 100644 --- a/src/installer/corehost/corehost.cpp +++ b/src/installer/corehost/corehost.cpp @@ -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; }