Skip to content

Commit

Permalink
Fix misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikhors committed May 23, 2022
1 parent 0cce554 commit 5356ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/root_.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ var sourcesFS embed.FS
func sourceData(filename string) string {
data, err := sourcesFS.ReadFile(filename)
if err != nil {
panic(fmt.Sprintf("codegen problem: %s not availalbe", filename))
panic(fmt.Sprintf("codegen problem: %s not available", filename))
}
return string(data)
}
Expand Down

0 comments on commit 5356ef1

Please sign in to comment.