diff options
Diffstat (limited to 'resources/resource_spec.go')
-rw-r--r-- | resources/resource_spec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/resource_spec.go b/resources/resource_spec.go index 5fdcdd831..0bb507083 100644 --- a/resources/resource_spec.go +++ b/resources/resource_spec.go @@ -126,7 +126,7 @@ type Spec struct { *SpecCommon } -// The parts of Spec that's comoon for all sites. +// The parts of Spec that's common for all sites. type SpecCommon struct { incr identity.Incrementer ResourceCache *ResourceCache |