Corrected spelling mistakes

This commit is contained in:
RhysIT 2015-11-06 17:38:58 +02:00
commit 9189ca9488
335 changed files with 408 additions and 408 deletions

View file

@ -1,15 +1,15 @@
#!/bin/bash
# info: unuspend cron job
# info: unsuspend cron job
# options: USER JOB [RESTART]
#
# The function unsuspen certain cron job.
# The function unsuspend certain cron job.
#----------------------------------------------------------#
# Variable&Function #
#----------------------------------------------------------#
# Argument defenition
# Argument definition
user=$1
job=$2
restart="${3-yes}"