| Index: runtime/vm/mirrors_api_impl.cc
|
| diff --git a/runtime/vm/mirrors_api_impl.cc b/runtime/vm/mirrors_api_impl.cc
|
| index e5e667cd1fee4a866aa154f603fe025097dceeba..d775e229131f8088ec46390ff18bf9ee08d46e1f 100644
|
| --- a/runtime/vm/mirrors_api_impl.cc
|
| +++ b/runtime/vm/mirrors_api_impl.cc
|
| @@ -158,7 +158,7 @@ DART_EXPORT Dart_Handle Dart_LookupFunction(Dart_Handle target,
|
| func = cls.LookupFunctionAllowPrivate(tmp_name);
|
| }
|
|
|
| - // Case 3. Lookup the funciton with the getter prefix prepended.
|
| + // Case 3. Lookup the function with the getter prefix prepended.
|
| if (func.IsNull()) {
|
| tmp_name = Field::GetterName(func_name);
|
| func = cls.LookupFunctionAllowPrivate(tmp_name);
|
|
|