diff options
author | Michael S. Tsirkin <mst@dev.mellanox.co.il> | 2007-03-21 10:37:36 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-21 02:22:28 -0700 |
commit | a947ab79d43353ba29633f6716659d605d4600bc (patch) | |
tree | e9868aa920e30fbb12108faf03b5bf532821ce90 /Documentation/git-am.txt | |
parent | 6bf035f2780bde45682e0edf40e35a150bd83706 (diff) | |
download | git-a947ab79d43353ba29633f6716659d605d4600bc.tar.gz |
fix typo in git-am manpage
Fix typo in git-am manpage
Signed-off-by: Michael S. Tsirkin <mst@dev.mellanox.co.il>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-am.txt')
-rw-r--r-- | Documentation/git-am.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 4fb1d84413..13a7389867 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -70,7 +70,7 @@ default. You could use `--no-utf8` to override this. the patch. -C<n>, -p<n>:: - These flag are passed to the `git-apply` program that applies + These flags are passed to the `git-apply` program that applies the patch. --interactive:: |