Skip to content

Commit b7b8be9

Browse files
authored
Merge pull request segmentio#118 from segmentio/f2prateek-patch-1
fix typo in error message
2 parents 9ff1df3 + 195468a commit b7b8be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analytics/src/main/java/com/segment/analytics/internal/AnalyticsClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ boolean upload() {
178178
client.log.print(DEBUG, error, "Could not upload batch %s due to rate limiting. Retrying.", batch.sequence());
179179
return true;
180180
}
181-
client.log.print(ERROR, error, "Could not upload batch %s due to HTTP erro. Giving up.", batch.sequence());
181+
client.log.print(ERROR, error, "Could not upload batch %s due to HTTP error. Giving up.", batch.sequence());
182182
for (Message message : batch.batch()) {
183183
for (Callback callback : client.callbacks) {
184184
callback.failure(message, error);

0 commit comments

Comments
 (0)