Unverified Commit 5129c2d2 authored by Dan Field's avatar Dan Field Committed by GitHub

Fix typo (#48385)

parent 4d096c43
......@@ -81,7 +81,7 @@ class StackFrame {
? RegExp(r'^(package:.+) (\d+):(\d+)\s+(.+)$')
: RegExp(r'^(.+) (\d+):(\d+)\s+(.+)$');
final Match match = parser.firstMatch(line);
assert(match != null, 'Expecgted $line to match $parser.');
assert(match != null, 'Expected $line to match $parser.');
String package = '<unknown>';
String packageScheme = '<unknown>';
......
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