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

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 tls_socket.dart back. This should not be compared to socket.dart. Created 8 years, 5 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 5b21d235f5ff72b601b147ec815326a9a7025d2d..5598adaeeb61df4c9ed1855cc7b0e2cc4bff2e43 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -2151,7 +2151,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