Skip to content

Commit dde2376

Browse files
committed
Fix a minor typo in a comment
1 parent 9588664 commit dde2376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/asynchttpclient/RequestBuilderBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ public Request build() {
618618
try {
619619
request.length = Long.parseLong(contentLength);
620620
} catch (NumberFormatException e) {
621-
// NoOp -- we wdn't specify length so it will be chunked?
621+
// NoOp -- we won't specify length so it will be chunked?
622622
}
623623
}
624624
}

0 commit comments

Comments
 (0)