Unverified Commit 598627cd authored by Pierre-Louis's avatar Pierre-Louis Committed by GitHub

Fix typo (#70834)

parent 5819aef4
......@@ -294,7 +294,7 @@ class ErrorHandlingFile
resultFile.openSync(mode: FileMode.writeOnly).closeSync();
},
platform: _platform,
failureMessage: 'Flutter faiuled to copy $path to $newPath due to destination location error'
failureMessage: 'Flutter failed to copy $path to $newPath due to destination location error'
);
// If both of the above checks passed, attempt to copy the file and catch
// any thrown errors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment