# HG changeset patch # User Steve Losh # Date 1348766666 14400 # Node ID 79c4363ffbefe78f3aba6da3b2d4c7a059089b85 # Parent c4bc191a0127fd5d597955bbb06fce14edbb0884 typo diff -r c4bc191a0127 -r 79c4363ffbef ffind --- a/ffind Thu Sep 27 13:22:54 2012 -0400 +++ b/ffind Thu Sep 27 13:24:26 2012 -0400 @@ -164,7 +164,7 @@ # 0. Patterns ending in a slash will only match directories, and then you # can ignore that slash for the rest of these rules. # 1. Patterns are shell globs, except * doesn't match / and there's no **. - # 2. Patterns without a slash search the basename of the page, for example: + # 2. Patterns without a slash search the basename of the path, for example: # the 'file.txt' in '/foo/bar/file.txt'. # 3. Patterns with a slash search against the entire path. # 4. All matching must match the entire string it's searching. For example: