David PHAM-VAN

Fix assert message typo

@@ -71,7 +71,7 @@ mixin Printing { @@ -71,7 +71,7 @@ mixin Printing {
71 if (_info != null && _info.canListPrinters) { 71 if (_info != null && _info.canListPrinters) {
72 assert( 72 assert(
73 context != null, 73 context != null,
74 - 'Pass a BuildCOntext to pickPrinter to display a selection list', 74 + 'Pass a BuildContext to pickPrinter to display a selection list',
75 ); 75 );
76 final printers = await listPrinters(); 76 final printers = await listPrinters();
77 return await showDialog<Printer>( 77 return await showDialog<Printer>(