tests/test-bundle2-format.t
changeset 23543 4dd8a6a1240d
parent 23139 e53f6b72a0e4
child 23590 4440c7cc3728
--- a/tests/test-bundle2-format.t	Sat Dec 13 09:45:00 2014 +0100
+++ b/tests/test-bundle2-format.t	Thu Apr 17 22:47:38 2014 +0200
@@ -80,7 +80,7 @@
   >           ('r', 'rev', [], 'includes those changeset in the bundle'),],
   >          '[OUTPUTFILE]')
   > def cmdbundle2(ui, repo, path=None, **opts):
-  >     """write a bundle2 container on standard ouput"""
+  >     """write a bundle2 container on standard output"""
   >     bundler = bundle2.bundle20(ui)
   >     for p in opts['param']:
   >         p = p.split('=', 1)