1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Fix non-ASCII character in portaudio comment

This commit is contained in:
James Crook 2018-04-15 15:09:48 +01:00
parent 121fdc5703
commit 763b2845ae

View File

@ -71,7 +71,7 @@ void PaUtil_SetDebugPrintFunction(PaUtilLogCallback cb)
}
/*
If your platform doesnt have vsnprintf, you are stuck with a
If your platform doesn't have vsnprintf, you are stuck with a
VERY dangerous alternative, vsprintf (with no n)
*/
#if _MSC_VER