diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-15 20:16:36 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-15 20:16:36 +0200 |
| commit | 706e50ace71471192d304f873ad058a638285a9a (patch) | |
| tree | b25f349494eed39da45a2a6a817c65e878926bd7 /alg | |
| parent | 72ccc73168d51c6d605553c56af03d3a42152ac5 (diff) | |
| download | scripts-706e50ace71471192d304f873ad058a638285a9a.tar.gz scripts-706e50ace71471192d304f873ad058a638285a9a.zip | |
fix typo
Diffstat (limited to 'alg')
| -rwxr-xr-x | alg | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -318,7 +318,7 @@ export_csv_x() { | |||
| 318 | done | 318 | done |
| 319 | } | 319 | } |
| 320 | 320 | ||
| 321 | export_csv_x() { | 321 | export_csv_t() { |
| 322 | sorted_letters="d c b l n p m k x z f j v w g i a o e s r u t" | 322 | sorted_letters="d c b l n p m k x z f j v w g i a o e s r u t" |
| 323 | buffer="$tbuffer" | 323 | buffer="$tbuffer" |
| 324 | f="$basedir/tcenters/$buffer" | 324 | f="$basedir/tcenters/$buffer" |
