Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jul 6, 2021
1 parent 3793fae commit 249f935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/command/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func warnMissingCrossCompiler(format clientpb.OutputFormat, targetOS string, tar
case "linux":
con.PrintWarnf("The server cannot find an installation of musl-cross")
}
con.PrintWarnf("For more inforamation read: %s\n", crossCompilerInfoURL)
con.PrintWarnf("For more information please read %s\n", crossCompilerInfoURL)

confirm := false
prompt := &survey.Confirm{Message: "Try to compile anyways (will likely fail)?"}
Expand Down

0 comments on commit 249f935

Please sign in to comment.