diff tests/test-bundle2-format.t @ 23543:4dd8a6a1240d

spelling: fixes from proofreading of spell checker issues
author Mads Kiilerich <madski@unity3d.com>
date Thu, 17 Apr 2014 22:47:38 +0200
parents e53f6b72a0e4
children 4440c7cc3728
line wrap: on
line diff
--- 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)