aboutsummaryrefslogtreecommitdiff
path: root/libphobos/src/std/net/curl.d
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/src/std/net/curl.d')
-rw-r--r--libphobos/src/std/net/curl.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/libphobos/src/std/net/curl.d b/libphobos/src/std/net/curl.d
index 7ea2ceb..2318279 100644
--- a/libphobos/src/std/net/curl.d
+++ b/libphobos/src/std/net/curl.d
@@ -1973,7 +1973,7 @@ private mixin template Protocol()
}
/**
- * The network interface to use in form of the the IP of the interface.
+ * The network interface to use in form of the IP of the interface.
*
* Example:
* ----
@@ -2706,7 +2706,7 @@ struct HTTP
@property void dnsTimeout(Duration d);
/**
- * The network interface to use in form of the the IP of the interface.
+ * The network interface to use in form of the IP of the interface.
*
* Example:
* ----
@@ -3486,7 +3486,7 @@ struct FTP
@property void dnsTimeout(Duration d);
/**
- * The network interface to use in form of the the IP of the interface.
+ * The network interface to use in form of the IP of the interface.
*
* Example:
* ----
@@ -3912,7 +3912,7 @@ struct SMTP
@property void dnsTimeout(Duration d);
/**
- * The network interface to use in form of the the IP of the interface.
+ * The network interface to use in form of the IP of the interface.
*
* Example:
* ----