Mercurial > hg > mercurial-source
diff mercurial/fileset.py @ 14830:35f5cfdd0427 stable
fileset: fix typo in binary() doc
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Mon, 04 Jul 2011 14:36:16 +0300 (2011-07-04) |
parents | 0f0bd4d028d3 |
children | 042e84e39dee |
line wrap: on
line diff
--- a/mercurial/fileset.py +++ b/mercurial/fileset.py @@ -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"))