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

Unified Diff: runtime/bin/http.dart

Issue 11339012: Fix spelling mistake in r14188 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/http.dart
diff --git a/runtime/bin/http.dart b/runtime/bin/http.dart
index 49ff449b298bd4964fd752f7e7dc68f0970f9dac..38631650ee23a5866e0731b9622da3337c35faf7 100644
--- a/runtime/bin/http.dart
+++ b/runtime/bin/http.dart
@@ -754,7 +754,7 @@ abstract class HttpClient {
* server are passed in the arguments [url] and [realm].
*
* The function returns a [Future] which should complete when the
- * authentication have been resolved. If credentials cannot be
+ * authentication has been resolved. If credentials cannot be
* provided the [Future] should complete with [false]. If
* credentials are available the function should add these using
* [addCredentials] before completing the [Future] with the value
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698