Skip to content

Commit

Permalink
Fix typo (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
djm-google authored Sep 8, 2023
1 parent 3c84bff commit 42c11fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attest/attest-tool/attest-tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func runCommand(tpm *attest.TPM) error {
fmt.Printf("Version: %d\n", info.Version)
fmt.Printf("Interface: %d\n", info.Interface)
fmt.Printf("VendorInfo: %x\n", info.VendorInfo)
fmt.Printf("Manufactorer: %v\n", info.Manufacturer)
fmt.Printf("Manufacturer: %v\n", info.Manufacturer)

case "make-ak", "make-aik":
k, err := tpm.NewAK(nil)
Expand Down

0 comments on commit 42c11fc

Please sign in to comment.