[flutter_tools] Fix Typo in tool error message (#97793)

Fixes a typo mutidex to multidex in a console hint to the user.
This commit is contained in:
Felix 2022-03-09 00:24:51 +01:00 committed by GitHub
parent 47a5b18e14
commit cd9e30bb5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ final GradleHandledError multidexErrorHandler = GradleHandledError(
}
} else {
globals.printBox(
'Flutter multidex handling is disabled. If you wish to let the tool configure multidex, use the --mutidex flag.',
'Flutter multidex handling is disabled. If you wish to let the tool configure multidex, use the --multidex flag.',
title: _boxTitle,
);
}