Skip to content

Fix typos #2826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 26, 2022
Merged

Fix typos #2826

merged 8 commits into from
Apr 26, 2022

Conversation

patiencedaur
Copy link
Contributor

@patiencedaur patiencedaur commented Apr 25, 2022

Resolves #1887
Resolves #1888
Resolves #1860
Resolves #2386
Resolves #1895
Resolves #2223
Resolves #2480

Resolves #1888
Resolves #2386

Used the following workflow:
```
grep -nr "Tarantool'ом" locale/ | cut -d ":" -f 1 | uniq | grep -v "Binary file" > tarantool-declension.txt
cat tarantool-declension.txt | while read line; do sed -i "s,Tarantool'а,Tarantool,g" ${line}; done
```
@patiencedaur patiencedaur merged commit 037a70c into latest Apr 26, 2022
@patiencedaur patiencedaur deleted the patiencedaur/typos branch April 26, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment