Fixed issue #4174: Fix double words typo
commit5ca0e02ce831f8dc01397bc1186caf7f4875411d
authorShixian Li <lsx7@sina.com>
Tue, 8 Oct 2024 22:21:31 +0000 (9 06:21 +0800)
committerSven Strickroth <email@cs-ware.de>
Sat, 19 Oct 2024 08:42:31 +0000 (19 10:42 +0200)
treede035a87534ae405c9e1c9ff7d0092d1d6279cc9
parent273c679eb89a3b556761f0c9324378665509ccb3
Fixed issue #4174: Fix double words typo

Used regex to find these issues: "(?<!struct )(?<=\s)([a-z]{1,}) \1(?=\s)"

Signed-off-by: Shixian Li <lsx7@sina.com>
Signed-off-by: Sven Strickroth <email@cs-ware.de>
12 files changed:
Languages/README.txt
doc/source/en/TortoiseGit/tgit_dug/dug_patch.xml
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/gsoapWinInet.h
src/AsyncFramework/JobScheduler.h
src/Changelog-pre2.0.txt
src/Changelog.txt
src/Git/TGitPath.h
src/Git/gitindex.h
src/TortoiseMerge/MainFrm.h
src/TortoiseProc/StatGraphDlg.cpp
src/TortoiseShell/MenuInfo.cpp
src/Utils/TreePropSheet/TreePropSheet.cpp