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

Unified Diff: runtime/include/dart_api.h

Issue 10828320: Revert "Start adding TLS (SSL) sockets to dart:io." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « runtime/bin/tls_socket_win.cc ('k') | tests/standalone/io/tls_socket_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 75b0a434c97b79ebfde8ec046a762e24b49aeb13..0b3f0e30c2c0e820c5d8e3c116f21c0ecce0bb87 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 error handle is returned.
+ * Otherwise an erorr handle is returned.
*/
DART_EXPORT Dart_Handle Dart_GetVariableNames(Dart_Handle target);
« no previous file with comments | « runtime/bin/tls_socket_win.cc ('k') | tests/standalone/io/tls_socket_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698