Index: pkg/analyzer/lib/src/codegen/text_formatter.dart |
diff --git a/pkg/analyzer/lib/src/codegen/text_formatter.dart b/pkg/analyzer/lib/src/codegen/text_formatter.dart |
index 527490120b45ca2983bcea1b16756ef52f5ca63a..f97afe0958d38a98f45f0a07ae13206c6976b0b2 100644 |
--- a/pkg/analyzer/lib/src/codegen/text_formatter.dart |
+++ b/pkg/analyzer/lib/src/codegen/text_formatter.dart |
@@ -16,7 +16,7 @@ final RegExp whitespace = new RegExp(r'\s'); |
/** |
* Convert the HTML in [desc] into text, word wrapping at width [width]. |
* |
- * If [javadocStyle] is true, then the output is compatable with Javadoc, |
+ * If [javadocStyle] is true, then the output is compatible with Javadoc, |
* which understands certain HTML constructs. |
*/ |
String nodesToText(List<dom.Node> desc, int width, bool javadocStyle, |