[PATCH STABLE] clonebundles: fix typo s/comand/command/

Javi Merino merino.jav at gmail.com
Thu Nov 5 10:35:37 UTC 2015


# HG changeset patch
# User Javi Merino <merino.jav at gmail.com>
# Date 1446719480 0
#      Thu Nov 05 10:31:20 2015 +0000
# Branch stable
# Node ID da4f57dc21c1412e4f4186e9efe0ebdda48a818e
# Parent  e7c618cee8df35aefedad15b991d628bae1c60c8
clonebundles: fix typo s/comand/command/

diff --git a/hgext/clonebundles.py b/hgext/clonebundles.py
--- a/hgext/clonebundles.py
+++ b/hgext/clonebundles.py
@@ -57,7 +57,7 @@ operator could use a dynamic service for
 static file hosting services are simple and scalable and should be sufficient
 for most needs.
 
-Bundle files can be generated with the :hg:`bundle` comand. Typically
+Bundle files can be generated with the :hg:`bundle` command. Typically
 :hg:`bundle --all` is used to produce a bundle of the entire repository.
 
 :hg:`debugcreatestreamclonebundle` can be used to produce a special


More information about the Mercurial-devel mailing list