Skip to content

Commit c7c3fe3

Browse files
authored
Merge pull request #142 from elharo/patch-1
Correct spelling and remove redundant "small"
2 parents 1bb7838 + 80fcf8e commit c7c3fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/apt/usage.apt.vm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ mvn exec:exec -Dexec.executable="maven" [-Dexec.workingdir="/tmp"] -Dexec.args="
8585

8686
** Differences compared to plain command line
8787

88-
The goal goes to great length to try to mimic the way the VM works, but there are some small subttle differences.
88+
The goal goes to great length to try to mimic the way the VM works, but there are some subtle differences.
8989
Today all differences come from the way the goal deals with <<thread management>>.
9090

9191
*--------------------------------------+------------------------------------------+
9292
| command line | Java Mojo |
9393
*--------------------------------------+------------------------------------------+
9494
| The VM exits as soon as the only | By default daemon threads are joined |
9595
| remaining threads are daemon threads | and interrupted once all known non |
96-
| | daemon threads have quitted. The join |
96+
| | daemon threads have quit. The join |
9797
| | timeout is customisable |
98-
| | The user might wish to further cleanup |
98+
| | The user might wish to further |
9999
| | cleanup by stopping the unresponsive |
100100
| | threads. |
101101
| | The user can disable the full extra |

0 commit comments

Comments
 (0)