Skip to content

Commit

Permalink
r.watersheds: Delineate => Delineates in the description
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Dec 8, 2024
1 parent 73591b1 commit c2b38ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/raster/r.watersheds/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* AUTHOR(S): Huidae Cho <grass4u gmail.com>
*
* PURPOSE: Delineate a large number of watersheds using the
* PURPOSE: Delineates a large number of watersheds using the
* Memory-Efficient Watershed Delineation (MESHED) OpenMP
* parallel algorithm by Cho (2025).
*
Expand Down Expand Up @@ -59,7 +59,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("raster"));
G_add_keyword(_("hydrology"));
G_add_keyword(_("watershed delineation"));
module->description = _("Delineate a large number of watersheds using the "
module->description = _("Delineates a large number of watersheds using the "
"Memory-Efficient Watershed Delineation (MESHED) "
"OpenMP parallel algorithm by Cho (2024).");

Expand Down

0 comments on commit c2b38ca

Please sign in to comment.