summaryrefslogtreecommitdiff
path: root/system/cron.py
diff options
context:
space:
mode:
Diffstat (limited to 'system/cron.py')
-rw-r--r--system/cron.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/cron.py b/system/cron.py
index 00ac3709..bfc2f2d2 100644
--- a/system/cron.py
+++ b/system/cron.py
@@ -22,7 +22,7 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
-# Cron Plugin: The goal of this plugin is to provide an indempotent method for
+# Cron Plugin: The goal of this plugin is to provide an idempotent method for
# setting up cron jobs on a host. The script will play well with other manually
# entered crons. Each cron job entered will be preceded with a comment
# describing the job so that it can be found later, which is required to be
@@ -139,7 +139,7 @@ options:
env:
description:
- If set, manages a crontab's environment variable. New variables are added on top of crontab.
- "name" and "value" paramenters are the name and the value of environment variable.
+ "name" and "value" parameters are the name and the value of environment variable.
version_added: "2.1"
required: false
default: "no"