fileset: fix typo in binary() doc stable
authorIdan Kamara <idankk86@gmail.com>
Mon, 04 Jul 2011 14:36:16 +0300
branchstable
changeset 14830 35f5cfdd0427
parent 14829 968c301a1005
child 14831 0407b7613e99
fileset: fix typo in binary() doc
mercurial/fileset.py
--- a/mercurial/fileset.py	Fri Jul 01 22:50:36 2011 +0200
+++ b/mercurial/fileset.py	Mon Jul 04 14:36:16 2011 +0300
@@ -195,7 +195,7 @@
 
 def binary(mctx, x):
     """``binary()``
-    File that appears to be binary (contails NUL bytes).
+    File that appears to be binary (contains NUL bytes).
     """
     # i18n: "binary" is a keyword
     getargs(x, 0, 0, _("binary takes no arguments"))