all: Fix typos

This commit is contained in:
Christian Oliff
2024-02-11 20:51:33 +09:00
committed by GitHub
parent e309f82efe
commit 0672b5c766
11 changed files with 15 additions and 15 deletions

View File

@@ -85,7 +85,7 @@ type ResourceSourceDescriptor struct {
// Set when its known up front, else it's resolved from the target filename.
MediaType media.Type
// Used to track depenencies (e.g. imports). May be nil if that's of no concern.
// Used to track dependencies (e.g. imports). May be nil if that's of no concern.
DependencyManager identity.Manager
// A shared identity for this resource and all its clones.