diff --git a/Raspberry/examples/main.c b/Raspberry/examples/main.c index 330c9f4..051c169 100644 --- a/Raspberry/examples/main.c +++ b/Raspberry/examples/main.c @@ -75,7 +75,7 @@ int main(int argc, char *argv[]) if (argc != 3){ Debug("Please input e-Paper display mode!\r\n"); Debug("Example: sudo ./epd -2.51 0 or sudo ./epd -2.51 1\r\n"); - Debug("Now, 10.3 inch glass panle is mode1, else is mode0\r\n"); + Debug("Now, 10.3 inch glass panel is mode1, else is mode0\r\n"); Debug("If you don't know what to type in just type 0 \r\n"); exit(1); }