Skip to content

Commit 6cd01d3

Browse files
committed
Fix typo.
1 parent c420279 commit 6cd01d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/binder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ void CoreLibBinder::CheckExtended()
11411141
{
11421142
pszClassName = pszNameSpace = "Invalid TypeDef record";
11431143
}
1144-
minipal_log_print_errpr("CheckExtended: Unable to load class from System.Private.CoreLib: %s.%s\n", pszNameSpace, pszClassName);
1144+
minipal_log_print_error("CheckExtended: Unable to load class from System.Private.CoreLib: %s.%s\n", pszNameSpace, pszClassName);
11451145
}
11461146
EX_END_CATCH(SwallowAllExceptions)
11471147

0 commit comments

Comments
 (0)