fixed spelling error

This commit is contained in:
Bernd Herzog 2023-04-01 19:38:38 +02:00
parent db5fcaba44
commit 04392752d1

View File

@ -49,7 +49,7 @@ private:
{ { 3 * 8, 2 * 16 }, "Click Run to start the", Color::white() }, { { 3 * 8, 2 * 16 }, "Click Run to start the", Color::white() },
{ { 3 * 8, 3 * 16 }, "USB Mass Storage Mode.", Color::white() }, { { 3 * 8, 3 * 16 }, "USB Mass Storage Mode.", Color::white() },
{ { 3 * 8, 5 * 16 }, "It can take up to 20s", Color::white() }, { { 3 * 8, 5 * 16 }, "It can take up to 20s", Color::white() },
{ { 3 * 8, 6 * 16 }, "for the drive to be.", Color::white() }, { { 3 * 8, 6 * 16 }, "for the drive to be", Color::white() },
{ { 3 * 8, 7 * 16 }, "available.", Color::white() }, { { 3 * 8, 7 * 16 }, "available.", Color::white() },
}; };