Skip to content

Commit

Permalink
Use proper spelling of "e.g."
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 29, 2015
1 parent a26cc1b commit 52945a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apache-maven/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Installing Maven
----------------

1) Unpack the archive where you would like to store the binaries, eg:
1) Unpack the archive where you would like to store the binaries, e.g.:

Unix-based operating systems (Linux, Solaris and Mac OS X)
tar zxvf apache-maven-3.x.y.tar.gz
Expand All @@ -48,7 +48,7 @@

2) A directory called "apache-maven-3.x.y" will be created.

3) Add the bin directory to your PATH, eg:
3) Add the bin directory to your PATH, e.g.:

Unix-based operating systems (Linux, Solaris and Mac OS X)
export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion maven-core/src/site/apt/configuration-management.apt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Unified source directory
problems with the current solution are:
1. information is duplicate. once in POM's dependencies and once in the
maven.multiproject.includes property.
2. it works without problems only for projects with relative paths, eg. from
2. it works without problems only for projects with relative paths, e.g., from
one CVS repository.. for projects from multiple SCM repositories it's harder
to maintain the same relative links on all developer computers.
not sure the unified source directory structure addresses this issue.
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-api/src/main/mdo/lifecycle.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ under the License.
<required>true</required>
<version>1.0.0</version>
<type>String</type>
<description>The ID of this phase, eg &lt;code&gt;generate-sources&lt;/code&gt;.</description>
<description>The ID of this phase, e.g., &lt;code&gt;generate-sources&lt;/code&gt;.</description>
</field>
<field>
<name>executions</name>
Expand Down
2 changes: 1 addition & 1 deletion maven-settings/src/main/mdo/settings.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
<version>1.0.0+</version>
<type>String</type>
<description>
The server ID of the repository being mirrored, eg
The server ID of the repository being mirrored, e.g.,
"central". This MUST NOT match the mirror id.
</description>
</field>
Expand Down

0 comments on commit 52945a6

Please sign in to comment.