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:
Luke Serné 2025-04-19 18:06:41 +02:00
parent b7e91e80a2
commit 8303061629
252 changed files with 312 additions and 314 deletions

View file

@ -713,7 +713,7 @@ public:
/// \brief Restore attributes for \b this from a parent element that is not a Scope
///
/// Attributes are read from the (already opened) element, prior to reading reading the
/// Attributes are read from the (already opened) element, prior to reading the
/// \<scope> element specific to \b this Scope
/// \param decoder is the stream decoder
virtual void decodeWrappingAttributes(Decoder &decoder) {}