From a3a9d3fa57b37f3a649e6e83e30619056ec3519e Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 6 Jan 2025 22:13:52 +0100 Subject: [PATCH] fix typos --- raster/r.sim/r.sim.water/main.c | 4 ++-- raster/r.sim/r.sim.water/r.sim.water.html | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/raster/r.sim/r.sim.water/main.c b/raster/r.sim/r.sim.water/main.c index f80f99bb977..c4fda164276 100644 --- a/raster/r.sim/r.sim.water/main.c +++ b/raster/r.sim/r.sim.water/main.c @@ -247,7 +247,7 @@ int main(int argc, char *argv[]) parm.mintimestep->label = _("Minimum time step for the simulation [seconds]"); parm.mintimestep->description = - _("A larger minimum time step substancially reduces processing time, " + _("A larger minimum time step substantially reduces processing time, " "but at the cost of accuracy"); parm.mintimestep->guisection = _("Parameters"); @@ -332,7 +332,7 @@ int main(int argc, char *argv[]) parm.threads->answer = NUM_THREADS; parm.threads->required = NO; parm.threads->description = _( - "Number of threads which will be used for parallel compute. Increasing " + "Number of threads which will be used for parallel computation. Increasing " "the number of threads does not really speed up the simulation."); parm.threads->guisection = _("Parameters"); diff --git a/raster/r.sim/r.sim.water/r.sim.water.html b/raster/r.sim/r.sim.water/r.sim.water.html index b49adb166e0..06597470f35 100644 --- a/raster/r.sim/r.sim.water/r.sim.water.html +++ b/raster/r.sim/r.sim.water/r.sim.water.html @@ -27,10 +27,13 @@

DESCRIPTION

The equations are +

 dx = tan(slope) * cos(aspect)
 
+ and +
 dy = tan(slope) * sin(aspect)