clonebundles: fix typo
authorMathias De Maré <mathias.demare@gmail.com>
Tue, 15 Dec 2015 07:17:15 +0100
changeset 27347 7807fe2795fb
parent 27346 ba0da4b7397d
child 27348 83a8219fb790
clonebundles: fix typo
hgext/clonebundles.py
--- a/hgext/clonebundles.py	Mon Dec 14 20:47:22 2015 -0500
+++ b/hgext/clonebundles.py	Tue Dec 15 07:17:15 2015 +0100
@@ -47,7 +47,7 @@
 * Generating bundle files of repository content (typically periodically,
   such as once per day).
 * A file server that clients have network access to and that Python knows
-  how to talk to through its normal URL handling facility (typically a
+  how to talk to through its normal URL handling facility (typically an
   HTTP server).
 * A process for keeping the bundles manifest in sync with available bundle
   files.