# HG changeset patch # User Idan Kamara # Date 1309779376 -10800 # Node ID 35f5cfdd042711fbbf1b95eb5b59193921d81808 # Parent 968c301a1005fc78ae2e0f4e46d5a6f150da3477 fileset: fix typo in binary() doc diff -r 968c301a1005 -r 35f5cfdd0427 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"))