Skip to content

Commit c496491

Browse files
authored
Fix typo
1 parent 8365230 commit c496491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ you have compiler redefine a class and code already compiled to use the class wi
3939

4040
## Using the CachedCompiler.
4141

42-
In this example, you can configure the compiler to write the files to a speicifc directory when you are in debug mode.
42+
In this example, you can configure the compiler to write the files to a specific directory when you are in debug mode.
4343

4444
private static final CachedCompiler JCC = CompilerUtils.DEBUGGING ?
4545
new CachedCompiler(new File(parent, "src/test/java"), new File(parent, "target/compiled")) :

0 commit comments

Comments
 (0)