Skip to content

Commit 7b71c1a

Browse files
committed
Typo.
1 parent 1714578 commit 7b71c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/oracle/simpletool/SimpleCodeCoverageInstrument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected void onCreate(final Env env) {
125125
* will, once executed, remove the corresponding source section from the
126126
* {@link #sourceToUncoveredSections set of unexecuted source sections}.
127127
*
128-
* @param env The enviroment, used to get the {@link Instrumenter}
128+
* @param env The environment, used to get the {@link Instrumenter}
129129
*/
130130
private void enable(final Env env) {
131131
SourceSectionFilter filter = SourceSectionFilter.newBuilder().

0 commit comments

Comments
 (0)