Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler authored Jan 6, 2025
1 parent 7b70706 commit a3a9d3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raster/r.sim/r.sim.water/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down Expand Up @@ -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");

Expand Down
3 changes: 3 additions & 0 deletions raster/r.sim/r.sim.water/r.sim.water.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ <h2>DESCRIPTION</h2>

<p>
The equations are

<div class="code"><pre>
dx = tan(slope) * cos(aspect)
</pre></div>

and

<div class="code"><pre>
dy = tan(slope) * sin(aspect)
</pre></div>
Expand Down

0 comments on commit a3a9d3f

Please sign in to comment.