diff --git a/pwnagotchi/ui/hw/libs/dfrobot/dfrobot_epaper.py b/pwnagotchi/ui/hw/libs/dfrobot/dfrobot_epaper.py
index d207a45..8182bee 100644
--- a/pwnagotchi/ui/hw/libs/dfrobot/dfrobot_epaper.py
+++ b/pwnagotchi/ui/hw/libs/dfrobot/dfrobot_epaper.py
@@ -10,7 +10,7 @@ try:
   from .spi import SPI
   from .gpio import GPIO
 except:
-  print("unknow platform")
+  print("unknown platform")
   exit()
 
 CONFIG_IL0376F = {