global: Fix duplicate word typos
Used regex to find these typos: (?<!struct )(?<=\s)([a-z]{1,}) \1(?=\s) Signed-off-by: Sven Strickroth <email@cs-ware.de> Signed-off-by: Taylor Blau <me@ttaylorr.com>
This commit is contained in:

committed by
Taylor Blau

parent
34b6ce9b30
commit
c32d4a8cfe
@ -340,7 +340,7 @@ static void write_file_in_directory(struct strbuf *dir, size_t dir_len,
|
||||
/* Write the file contents for the left and right sides of the difftool
|
||||
* dir-diff representation for submodules and symlinks. Symlinks and submodules
|
||||
* are written as regular text files so that external diff tools can diff them
|
||||
* as text files, resulting in behavior that is analogous to to what "git diff"
|
||||
* as text files, resulting in behavior that is analogous to what "git diff"
|
||||
* displays for symlink and submodule diffs.
|
||||
*/
|
||||
static void write_standin_files(struct pair_entry *entry,
|
||||
|
Reference in New Issue
Block a user