From bcfdc4c534e2245031b69ac5ad37114b860f9443 Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Wed, 3 Jul 2013 13:23:08 -0600 Subject: [PATCH] Fix some minor spelling mistakes in the hg module documentation --- source_control/hg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_control/hg b/source_control/hg index 8753692d7b8..e3e6ce71e20 100644 --- a/source_control/hg +++ b/source_control/hg @@ -54,13 +54,13 @@ options: default: "default" force: description: - - Discards uncommited changes. Runs C(hg update -C). + - Discards uncommitted changes. Runs C(hg update -C). required: false default: "yes" choices: [ "yes", "no" ] purge: description: - - Delets untracked files. Runs C(hg purge). Note this requires C(purge) extension to + - Deletes untracked files. Runs C(hg purge). Note this requires C(purge) extension to be enabled if C(purge=yes). This module will modify hgrc file on behalf of the user and undo the changes before exiting the task. required: false