Typo fixed in AZ::IO::Streamer.

This commit is contained in:
AMZN-koppersr
2021-06-18 20:26:02 -07:00
parent ee39b28dac
commit 6161b9771e
@@ -312,7 +312,7 @@ namespace AZ::IO
{
if (reportHardware)
{
AZ_Printf("Streamer", "Skipping drive '%s' because to no paths make use of it.\n", driveIt);
AZ_Printf("Streamer", "Skipping drive '%s' because no paths make use of it.\n", driveIt);
}
while (*driveIt++);
continue;