Skip to content

Commit eeeaba0

Browse files
authored
Fix comment typo in ServerOptions.java
1 parent 6a8886e commit eeeaba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jooby/src/main/java/io/jooby/ServerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public class ServerOptions {
140140
private Boolean expectContinue;
141141

142142
/** Internal usage only. */
143-
/*pakcage*/ boolean defaults;
143+
/*package*/ boolean defaults;
144144

145145
/*package*/ ServerOptions(boolean defaults) {
146146
this.defaults = defaults;

0 commit comments

Comments
 (0)