mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Many typo's
These were found using the command below searching for duplicated words, and manually going through the results to remove the false positives and reword the true positives. Sometimes I removed the doubled word and sometimes I replaced the duplicated word. The grep command: grep -nIEr '\b([a-zA-Z]+)[[:space:]*]+\1\b' ./Ghidra
This commit is contained in:
parent
b7e91e80a2
commit
8303061629
252 changed files with 312 additions and 314 deletions
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
//Script that enables user to add an existing Version Tracking Session to version control. This
|
||||
//is meant to to be used when project is a shared project and when running in headless mode
|
||||
//is meant to be used when project is a shared project and when running in headless mode
|
||||
//since it is simple add a VTSession to version control from the project manager when running in
|
||||
//GUI mode.
|
||||
//@category Version Tracking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue