| 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);
|
|
|
|
|