| Index: tools/dom/src/native_DOMImplementation.dart
|
| diff --git a/tools/dom/src/native_DOMImplementation.dart b/tools/dom/src/native_DOMImplementation.dart
|
| index a97d3f2dda957eedb339130a07b2665d3cbc8319..66aa6cfcb03209435d9887fc39285ceb8a798a2e 100644
|
| --- a/tools/dom/src/native_DOMImplementation.dart
|
| +++ b/tools/dom/src/native_DOMImplementation.dart
|
| @@ -520,7 +520,7 @@ class _Utils {
|
| // Inject all the already defined console variables.
|
| _consoleTempVariables._data.forEach(addArg);
|
|
|
| - // TODO(jacobr): remove the parentheses around the expresson once
|
| + // TODO(jacobr): remove the parentheses around the expression once
|
| // dartbug.com/13723 is fixed. Currently we wrap expression in parentheses
|
| // to ensure only valid Dart expressions are allowed. Otherwise the DartVM
|
| // quietly ignores trailing Dart statements resulting in user confusion
|
|
|