Fix assorted typos

This commit is contained in:
XhmikosR
2019-07-31 15:36:36 +03:00
committed by Bjørn Erik Pedersen
parent 6512d128c6
commit f7f549e3a7
8 changed files with 9 additions and 9 deletions

View File

@@ -702,7 +702,7 @@ func (r *Spec) newGenericResourceWithBase(
mediaType media.Type) *genericResource {
if osFileInfo != nil && osFileInfo.IsDir() {
panic(fmt.Sprintf("dirs nto supported resource types: %v", osFileInfo))
panic(fmt.Sprintf("dirs not supported resource types: %v", osFileInfo))
}
// This value is used both to construct URLs and file paths, but start