libphobos: Fix misspelling of msvcUsesUCRT (PR104659)

libphobos/ChangeLog:

	PR d/104659
	* libdruntime/config/mingw/msvc.c (init_msvc): Fix misspelling of
	msvcUsesUCRT.
This commit is contained in:
Iain Buclaw 2022-03-01 11:26:41 +01:00
parent 54ef95cc4d
commit 16ced9c654
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ init_msvc (void)
core_stdc_stderr = stderr;
#if __MSVCRT_VERSION__ >= 0xE00
msvcUsedUCRT = 1;
msvcUsesUCRT = 1;
#endif
}