Fix typo in comments

This commit is contained in:
2026-04-29 21:36:33 -04:00
parent cb5a1bfbbe
commit 6e521c382c

View File

@@ -6,8 +6,8 @@ from utility import *
from video import *
# This file is executed in a cron job.
# To view the cron schedule type sudo crontab -r in a shell. Use Ctrl-S to save after editing
# This cron job should run evrry 30 minutes. Shorter intervals burden the system
# To view the cron schedule type sudo crontab -l in a shell. sudo crontab -e for editing. Use Ctrl-S to save after editing
# This cron job should run evrry 10 minutes. Shorter intervals burden the system
# The ouptut from the print statements is generated in the syslog /var/log/syslog sudo nano /var/log/syslog
# Overall system perfromance can be monitored using htop