Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: sdk/lib/io/http.dart

Issue 1980573003: fix all instances of "the the" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/io/directory.dart ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/http.dart
diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
index c63d28bbce211b81f032f3128ae0a97a05ba9a6e..07257eaf8b2710fbcbbebc623b5f15cf15077c90 100644
--- a/sdk/lib/io/http.dart
+++ b/sdk/lib/io/http.dart
@@ -1660,7 +1660,7 @@ abstract class HttpClient {
*
* If a bad certificate is received on a connection attempt, the library calls
* the function that was the value of badCertificateCallback at the time
- * the the request is made, even if the value of badCertificateCallback
+ * the request is made, even if the value of badCertificateCallback
* has changed since then.
*/
set badCertificateCallback(bool callback(X509Certificate cert,
« no previous file with comments | « sdk/lib/io/directory.dart ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698