Преглед на файлове

fix typos

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46354 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz преди 14 години
родител
ревизия
47e08ed0e7
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      raster3d/r3.gwflow/r3.gwflow.html

+ 3 - 3
raster3d/r3.gwflow/r3.gwflow.html

@@ -92,7 +92,7 @@ r.mapcalc  --o expression="recharge = 0.0"
 r3.gwflow --o solver=cg phead=phead status=status hc_x=hydcond hc_y=hydcond  \
 hc_z=hydcond q=well s=syield r=recharge output=gwresult dt=8640000 vx=vx vy=vy vz=vz budget=budget
 
-# The data can be visulaized with paraview when exported with r3.out.vtk
+# The data can be visualized with paraview when exported with r3.out.vtk
 r3.out.vtk -p in=gwresult,status,budget vector=vx,vy,vz out=/tmp/gwdata3d.vtk
 
 #now load the data into paraview
@@ -100,7 +100,7 @@ paraview --data=/tmp/gwdata3d.vtk
 </pre></div>
 
 <H2>EXAMPLE 2</H2>
-This will create a nice 3d model with geolgical layer with different
+This will create a nice 3d model with geological layer with different
 hydraulic conductivities. Make sure you are not in a lat/lon projection.
 
 <div class="code"><pre>
@@ -121,7 +121,7 @@ r3.mapcalc --o expression="syield = 0.0001"
 r3.gwflow --o solver=cg phead=phead status=status hc_x=hydcond hc_y=hydcond  \
 hc_z=hydcond q=well s=syield output=gwresult dt=8640000 vx=vx vy=vy vz=vz budget=budget
 
-# The data can be visulaized with paraview when exported with r3.out.vtk
+# The data can be visualized with paraview when exported with r3.out.vtk
 r3.out.vtk -p in=gwresult,status,budget,hydcond,well vector=vx,vy,vz out=/tmp/gwdata3d.vtk
 
 #now load the data into paraview