Skip to content

Commit 838c378

Browse files
committed
fix typo
1 parent fdb1db0 commit 838c378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ std::filesystem::path Core::findScript(std::string name)
539539
std::filesystem::path path = std::filesystem::weakly_canonical(*it / name, ec);
540540
if (ec)
541541
{
542-
con.printerr("Error loading ''%s' (%s)\n", (*it / name).string().c_str(), ec.message().c_str());
542+
con.printerr("Error loading '%s' (%s)\n", (*it / name).string().c_str(), ec.message().c_str());
543543
continue;
544544
}
545545

0 commit comments

Comments
 (0)