Skip to content

Commit 281035b

Browse files
authored
Merge pull request dropbox#80 from adius/feram-patches
Minor Fixes
2 parents e1bac41 + f6c0877 commit 281035b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public HttpRequestor getHttpRequestor() {
120120

121121
/**
122122
* Returns whether or not the client should automatically retry RPC and download requests after
123-
* recieving a {@link RetryException}.
123+
* receiving a {@link RetryException}.
124124
*
125125
* <p> If enabled, the client will retry the request a max number of times (specified by {@link
126126
* #getMaxRetries}) before propagating the {@link RetryException}.</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public void abort() {
181181
* Returns an {@link OutputStream} that writes to the request body. Remember to call {@link
182182
* #finish} to complete the request and retrieve the response.
183183
*
184-
* Data writen to this stream will be uploaded.
184+
* Data written to this stream will be uploaded.
185185
*
186186
* Typically you will not need this method and can use the more convenient {@link
187187
* #uploadAndFinish(InputStream)}.

0 commit comments

Comments
 (0)