We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5252e8d commit f6c0877Copy full SHA for f6c0877
src/main/java/com/dropbox/core/DbxUploader.java
@@ -176,7 +176,7 @@ public void abort() {
176
* Returns an {@link OutputStream} that writes to the request body. Remember to call {@link
177
* #finish} to complete the request and retrieve the response.
178
*
179
- * Data writen to this stream will be uploaded.
+ * Data written to this stream will be uploaded.
180
181
* Typically you will not need this method and can use the more convenient {@link
182
* #uploadAndFinish(InputStream)}.
0 commit comments