Skip to content

Commit f6c0877

Browse files
Feramad-si
Feram
authored andcommitted
Fix typo writen
1 parent 5252e8d commit f6c0877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/dropbox/core/DbxUploader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public void abort() {
176176
* Returns an {@link OutputStream} that writes to the request body. Remember to call {@link
177177
* #finish} to complete the request and retrieve the response.
178178
*
179-
* Data writen to this stream will be uploaded.
179+
* Data written to this stream will be uploaded.
180180
*
181181
* Typically you will not need this method and can use the more convenient {@link
182182
* #uploadAndFinish(InputStream)}.

0 commit comments

Comments
 (0)