Index: test/descriptor.dart |
diff --git a/test/descriptor.dart b/test/descriptor.dart |
index 4a0a62b571d7c42f6b1d2dd3a05c1f8129923f71..ba2211063a4b8b682fe905799591b1acb805f39b 100644 |
--- a/test/descriptor.dart |
+++ b/test/descriptor.dart |
@@ -193,7 +193,7 @@ DirectoryDescriptor appDir([Map dependencies]) => |
/// Describes a `.packages` file. |
/// |
/// [dependencies] maps package names to strings describing where the packages |
-/// are located on disk. If the strings are sematnic versions, then the packages |
+/// are located on disk. If the strings are semantic versions, then the packages |
/// are located in the system cache; otherwise, the strings are interpreted as |
/// relative `file:` URLs. |
/// |