Unverified Commit 6e87292b authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Fix "extracing" typo (#14356)

parent a0ffbe29
......@@ -28,7 +28,7 @@ Future<Null> generateDocs(String url, String docName, String checkFile) async {
final Archive archive = new ZipDecoder().decodeBytes(response.bodyBytes);
final Directory output = new Directory('$kDocRoot/$docName');
print('Extracing $docName to ${output.path}');
print('Extracting $docName to ${output.path}');
output.createSync(recursive: true);
for (ArchiveFile af in archive) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment