Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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>( |
-
Please register or login to post a comment