From 090b5587cbb10537b175c48476c6a3dfdb0f1b28 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 16 Nov 2014 12:16:32 +0100 Subject: [PATCH] typo --- src/main/org/apache/tools/ant/taskdefs/Get.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Get.java b/src/main/org/apache/tools/ant/taskdefs/Get.java index 0f6cd689f..d3af8e166 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Get.java +++ b/src/main/org/apache/tools/ant/taskdefs/Get.java @@ -774,7 +774,7 @@ public class Get extends Task { for (int i = 0; i < numberRetries; i++) { // this three attempt trick is to get round quirks in different // Java implementations. Some of them take a few goes to bind - // property; we ignore the first couple of such failures. + // properly; we ignore the first couple of such failures. try { is = connection.getInputStream(); break;