File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ for I in $(seq -f '%02g' 0 $((SPLIT-1)) ) ; do
223
223
else
224
224
# Match case
225
225
MATCHCASE=" $ERROR :$CORRECTION "
226
- CORRECTIONCASE=$( echo " $MATCHCASE " | ${GP} sed -r ' s/([A-Z]+):(.*)/\1:\U\2/; s/([A-Z][a-z]+):([a-z])/\1:\U\2\L/' | cut -d: -f2)
226
+ CORRECTIONCASE=$( echo " $MATCHCASE " | ${GP} sed -r ' s/([A-Z]+):(.*)/\1:\U\2/; s/([A-Z][a-z]+):([a-z])/\1:\U\2\L/; s/\*?$//; ' | cut -d: -f2)
227
227
228
228
if [[ -n $OUTPUTLOG ]]; then
229
229
echo " $FILE $NUMBER $ERROR $CORRECTIONCASE " >> $OUTPUTLOG
Original file line number Diff line number Diff line change @@ -1774,6 +1774,7 @@ coorperation:corporation
1774
1774
coorperations:corporations
1775
1775
copmetitors:competitors
1776
1776
coputer:computer
1777
+ copyed:copied*
1777
1778
copyrigth:copyright
1778
1779
copyrigthed:copyrighted
1779
1780
copyrigths:copyrights
You can’t perform that action at this time.
0 commit comments