Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397687 - [PATCH] /doc/en/l-sed2.xml: spelling mistakes corrected
Summary: [PATCH] /doc/en/l-sed2.xml: spelling mistakes corrected
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/articles...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 19:57 UTC by Christophe LEFEBVRE
Modified: 2012-06-29 16:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
l-sed2.xml.patch (l-sed2.xml.patch,1.49 KB, patch)
2012-01-04 19:58 UTC, Christophe LEFEBVRE
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe LEFEBVRE 2012-01-04 19:57:33 UTC
--- l-sed2.xml.orig     2012-01-02 20:22:52.000000000 +0100
+++ l-sed2.xml  2012-01-04 20:43:16.000000000 +0100
@@ -49,7 +49,7 @@
 follows:
 </p>
 
-<pre caption="Replacing all the occurences on every line">
+<pre caption="Replacing all the occurrences on every line">
 $ <i>sed -e 's/foo/bar/g' myfile.txt</i>
 </pre>
 
@@ -95,7 +95,7 @@
 <path>/usr/local</path> with <path>/usr</path>:
 </p>
 
-<pre caption="Replacing all the occurences of one string with another one">
+<pre caption="Replacing all the occurrences of one string with another one">
 $ <i>sed -e 's:/usr/local:/usr:g' mylist.txt</i>
 </pre>
 
@@ -115,7 +115,7 @@
 Up until now, we've only performed simple string substitution. While this is
 handy, we can also match a regular expression. For example, the following sed
 command will match a phrase beginning with '&lt;' and ending with '&gt;', and
-containing any number of characters inbetween. This phrase will be deleted
+containing any number of characters in-between. This phrase will be deleted
 (replaced with an empty string):
 </p>
 
@@ -188,7 +188,7 @@
 last position, as follows:
 </p>
 
-<pre caption="Specifying a rangle of characters">
+<pre caption="Specifying a range of characters">
 '[a-x]*'
 </pre>
 
@@ -257,7 +257,7 @@
 
 <p>
 It's advantageous to use character classes whenever possible, because they adapt
-better to nonEnglish speaking locales (including accented characters when
+better to non-English speaking locales (including accented characters when
 necessary, etc.).
 </p>


Reproducible: Always
Comment 1 Christophe LEFEBVRE 2012-01-04 19:58:39 UTC
Created attachment 297967 [details, diff]
l-sed2.xml.patch
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2012-06-29 16:03:52 UTC
Thanks, fixed in CVS.