Skip to content

Commit 001bf57

Browse files
authored
r.profile: Fix typos in the manual (#2831)
1 parent 731505b commit 001bf57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

raster/r.profile/r.profile.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>NOTES</h2>
6060
r.profile input=dgm12.5 coordinates=3570631,5763556 2>/dev/null
6161
</pre></div>
6262

63-
This filters out the everything except the numbers.
63+
This filters out everything except the numbers.
6464

6565
<h2>EXAMPLES</h2>
6666

@@ -111,7 +111,7 @@ <h3>Extraction of values along profile defined by coordinates (variant 1)</h3>
111111

112112
<h3>Extraction of values along profile defined by coordinates (variant 2)</h3>
113113

114-
Coordinate pairs can also being "piped" into <em>r.profile</em> (variant 2a):
114+
Coordinate pairs can also be "piped" into <em>r.profile</em> (variant 2a):
115115

116116
<div class="code"><pre>
117117
r.profile elevation resolution=1000 file=- &lt;&lt; EOF
@@ -123,7 +123,7 @@ <h3>Extraction of values along profile defined by coordinates (variant 2)</h3>
123123
</pre></div>
124124

125125
<p>
126-
Coordinate pairs can also being "piped" into <em>r.profile</em> (variant 2b):
126+
Coordinate pairs can also be "piped" into <em>r.profile</em> (variant 2b):
127127

128128
<div class="code"><pre>
129129
echo "641712,226095

0 commit comments

Comments
 (0)