File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/dropbox/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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)}.
You can’t perform that action at this time.
0 commit comments