From 02651a9949b514d78a94caa9a836b8887c2bbf58 Mon Sep 17 00:00:00 2001 From: "John C. Bland II" Date: Sat, 7 May 2016 14:51:19 -0500 Subject: [PATCH] Thank you :) Thank you :) --- sdk/lib/core/errors.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/lib/core/errors.dart b/sdk/lib/core/errors.dart index a47838bb0e7..c11ea2e1a97 100644 --- a/sdk/lib/core/errors.dart +++ b/sdk/lib/core/errors.dart @@ -454,7 +454,7 @@ class NoSuchMethodError extends Error { * The [namedArguments] is a map from [Symbol]s to the values of named * arguments that the method was called with. * - * The optional [exisitingArgumentNames] is the expected parameters of a + * The optional [existingArgumentNames] is the expected parameters of a * method with the same name on the receiver, if available. This is * the signature of the method that would have been called if the parameters * had matched.