Skip to content
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

Fix typos #20

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Fix typos #20

merged 1 commit into from
Feb 21, 2024

Conversation

neteler
Copy link
Member

@neteler neteler commented Feb 21, 2024

Fix a few typos using the source code spell checker available in the GRASS GIS utils/ directory:

sh $HOME/software/grass_main/utils/fix_typos.sh
# ... interactive fixing of found typos by yes/no
./src/grass_gis_helpers/general.py
        percent(int): number of percent which shoud be used of the available
	shoud  ==> should (Y/n) y
FIXED: ./src/grass_gis_helpers/general.py
./src/grass_gis_helpers/data_import.py
        all_raster (list/dict): Empty list/dictonary where the imported rasters
	dictonary  ==> dictionary (Y/n) y
...

# cleanup of tmp dir
rm -rf fix_typos/

Fix a few typos using the source code spell checker available in the GRASS GIS `utils/` directory:
https://github.com/OSGeo/grass/blob/main/utils/fix_typos.sh

```
sh $HOME/software/grass_main/utils/fix_typos.sh
rm -rf fix_typos/
```
@neteler neteler added the documentation Improvements or additions to documentation label Feb 21, 2024
@juleshaas
Copy link
Contributor

Thanks! I'll merge it directly, as we are about to create a new release.

@juleshaas juleshaas merged commit beb3a1e into main Feb 21, 2024
4 checks passed
@juleshaas juleshaas deleted the fix_typos branch February 21, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants