Skip to content

Commit ae0c9cb

Browse files
spaettesjaeckel
spaette
authored andcommitted
Add typos.sh script
1 parent e03e52d commit ae0c9cb

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

typos.sh

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#!/bin/sh
2+
3+
sed -i "s/Dimminished/Diminished/g" libtommath/logs/before_after.dem
4+
sed -i "s/Dimminished/Diminished/g" libtommath/logs/graphs.dem
5+
sed -i "s/accomodate/accommodate/g" libtommath/mp_mul_2.c
6+
sed -i "s/accomodate/accommodate/g" libtommath/mp_2expt.c
7+
sed -i "s/addtional/additional/g" libtommath/mp_prime_is_prime.c
8+
sed -i "s/alot/a lot/g" libtommath/changes.txt
9+
sed -i "s/alot/a lot/g" libtommath/mp_exptmod.c
10+
sed -i "s/alot/a lot/g" libtommath/mp_montgomery_calc_normalization.c
11+
sed -i "s/annonying/annoying/g" libtommath/astylerc
12+
sed -i "s/asymptopically/asymptotically/g" libtommath/s_mp_mul_karatsuba.c
13+
sed -i "s/calulates/calculates/g" libtommath/mp_reduce_setup.c
14+
sed -i "s/configuraion/configuration/g" libtommath/doc/makefile
15+
sed -i "s/eliminiation/elimination/g" libtommath/CMakeLists.txt
16+
sed -i "s/embeded/embedded/g" libtommath/mp_prime_is_prime.c
17+
sed -i "s/endianess/endianness/g" libtommath/demo/test.c
18+
sed -i "s/iterrate/iterate/g" libtommath/s_mp_sqr_comba.c
19+
sed -i "s/iterrate/iterate/g" libtommath/s_mp_mul_high_comba.c
20+
sed -i "s/iterrate/iterate/g" libtommath/s_mp_mul_comba.c
21+
sed -i "s/maginitude/magnitude/g" libtommath/mp_cmp_mag.c
22+
sed -i "s/offseting/offsetting/g" libtommath/s_mp_montgomery_reduce_comba.c
23+
sed -i "s/ofthe/of the/g" libtommath/doc/bn.tex
24+
sed -i "s/otherway/other way/g" libtommath/mp_lshd.c
25+
sed -i "s/packagage/package/g" libtommath/changes.txt
26+
sed -i "s/preemptivly/preemptively/g" libtommath/mp_prime_is_prime.c
27+
sed -i "s/probabilty/probability/g" libtommath/doc/bn.tex
28+
sed -i "s/programms/programs/g" libtommath/doc/bn.tex
29+
sed -i "s/seperate/separate/g" libtommath/changes.txt
30+
sed -i "s/simplifiy/simplify/g" libtommath/demo/test.c
31+
sed -i "s/tollchocked/tolchocked/g" libtommath/mtest/mpi.c
32+
sed -i "s/trimed/trimmed/g" libtommath/mp_clamp.c
33+
sed -i "s/triming/trimming/g" libtommath/demo/mtest_opponent.c
34+
sed -i "s/uncommited/uncommitted/g" libtommath/makefile
35+
sed -i "s/unsused/unused/g" libtommath/changes.txt

0 commit comments

Comments
 (0)