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

Unified Diff: runtime/include/dart_api.h

Issue 10704159: Start adding TLS (SSL) sockets to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add Android stubs for TlsSocket implementation. Created 8 years, 4 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
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 0b3f0e30c2c0e820c5d8e3c116f21c0ecce0bb87..75b0a434c97b79ebfde8ec046a762e24b49aeb13 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -2173,7 +2173,7 @@ DART_EXPORT Dart_Handle Dart_FunctionParameterCounts(
* \param target A library or class.
*
* \return If no error occurs, a list of strings is returned.
- * Otherwise an erorr handle is returned.
+ * Otherwise an error handle is returned.
*/
DART_EXPORT Dart_Handle Dart_GetVariableNames(Dart_Handle target);

Powered by Google App Engine
This is Rietveld 408576698