From: Carl Worth Date: Fri, 28 Sep 2007 16:30:33 +0000 (-0700) Subject: Fix typo: wihch -> which X-Git-Url: https://git.cworth.org/git?p=hgbook-git;a=commitdiff_plain;h=5a25922d84fe47eef6b9d6cd3c59e1d1aeed451e Fix typo: wihch -> which --- diff --git a/tour.mdwn b/tour.mdwn index 0ddf408..fdaa9a5 100644 --- a/tour.mdwn +++ b/tour.mdwn @@ -376,7 +376,7 @@ case): Besides filtering by commit identifiers, git allows you to easily filter the log output according to which files (or directories) are -modified by listing them after "--" wihch is necessary to distinguish +modified by listing them after "--" which is necessary to distinguish commit names from file names: $ git log -- Makefile