Skip to content

Commit

Permalink
Fixed typo (subetting -> subsetting) (flutter#62502)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeneDev authored Sep 17, 2020
1 parent 4fee007 commit fbc34de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class IconTreeShaker {
_fontManifest = fontManifest?.string {
if (_environment.defines[kIconTreeShakerFlag] == 'true' &&
_environment.defines[kBuildMode] == 'debug') {
logger.printError('Font subetting is not supported in debug mode. The '
logger.printError('Font subsetting is not supported in debug mode. The '
'--tree-shake-icons flag will be ignored.');
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void main() {

expect(
logger.errorText,
'Font subetting is not supported in debug mode. The --tree-shake-icons'
'Font subsetting is not supported in debug mode. The --tree-shake-icons'
' flag will be ignored.\n',
);
expect(iconTreeShaker.enabled, false);
Expand Down

0 comments on commit fbc34de

Please sign in to comment.