From 3fec02b33581ba7842ac76d078c15625aee4727b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:29:24 +0000 Subject: [PATCH] spelling: useful --- update_zones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_zones.py b/update_zones.py index 270bf43..1532f5b 100644 --- a/update_zones.py +++ b/update_zones.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 #################################################################################################################################### -# A CLI Script to update list of domains instead from the UI. Can be usefull for people who want to execute updates from a cronjob +# A CLI Script to update list of domains instead from the UI. Can be useful for people who want to execute updates from a cronjob # # Tip: # When running from a cron, use flock (you might need to install it) to be sure only one process is running a time. eg: