Skip to content

Commit d646110

Browse files
Fix typo.
1 parent 2b3c2e4 commit d646110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/instruction/instruction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var Specs = map[string]Format{
7979
},
8080
df.InstTypeMaintainer: {
8181
Name: df.InstTypeMaintainer,
82-
IsDepricated: true,
82+
IsDeprecated: true,
8383
},
8484
df.InstTypeOnbuild: {
8585
Name: df.InstTypeLabel,

0 commit comments

Comments
 (0)