Skip to content

Commit 27643da

Browse files
committed
Update function name to correct spelling
1 parent b2d412f commit 27643da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit-pitft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def uninstall_console():
575575
print("Restoring Desktop Environment...")
576576
shell.run_command("apt-get -y install rpd-plym-splash") # Install Splash Screen
577577
shell.run_command("raspi-config nonint do_boot_splash 0") # Enable Splash Screen
578-
if not shell.is_minumum_version("trixie"):
578+
if not shell.is_minimum_version("trixie"):
579579
shell.run_command("apt-get -y install raspberrypi-ui-mods") # Reinstall Raspberry Pi OS UI mods
580580
shell.run_command("raspi-config nonint do_boot_target B2") # Boot to Desktop
581581

0 commit comments

Comments
 (0)