diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-15 20:41:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-15 20:41:10 +0200 |
commit | f22e8d755404a6a4a9934b6d8327e44c59c01cdd (patch) | |
tree | d21f99848084561014b6367f23ada68eb8e4534a | |
parent | Add README and git-rediff.1 (diff) | |
download | git-rediff-f22e8d755404a6a4a9934b6d8327e44c59c01cdd.tar.gz git-rediff-f22e8d755404a6a4a9934b6d8327e44c59c01cdd.tar.bz2 git-rediff-f22e8d755404a6a4a9934b6d8327e44c59c01cdd.tar.xz |
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | git-rediff.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME - git-rediff - Reduce partially resovled merge conflicts + git-rediff - Reduce partially resolved merge conflicts SYNOPSIS git rediff [<path>...] diff --git a/git-rediff.1 b/git-rediff.1 index 5374e85..e369a00 100644 --- a/git-rediff.1 +++ b/git-rediff.1 @@ -1,6 +1,6 @@ .TH GIT-REDIFF 1 .SH NAME -git-rediff - Reduce partially resovled merge conflicts +git-rediff - Reduce partially resolved merge conflicts .SH SYNOPSIS .I git rediff [<path>...] |