Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
breadchris committed Sep 29, 2022
1 parent 50b008d commit fa44d57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -15,12 +15,12 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the Name of the `public` folder during the build.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public Name.
Learn how to configure a non-root public Name by running `npm run build`.
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>LunaSec Live Demo</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion lunatrace/cli/cmd/log4shell/main.go
Expand Up @@ -161,7 +161,7 @@ func main() {
Flags: []cli.Flag{
&cli.StringFlag{
Name: "payload-url",
Usage: "The Name that the LDAP server will tell the target to fetch the payload from. This must be an accessible route FROM any targeted host TO this patch server. (ex. https://hotpatch.lunasec.com)",
Usage: "The URL that the LDAP server will tell the target to fetch the payload from. This must be an accessible route FROM any targeted host TO this patch server. (ex. https://hotpatch.lunasec.com)",
},
&cli.StringFlag{
Name: "ldap-host",
Expand Down
2 changes: 1 addition & 1 deletion lunatrace/cli/pkg/livepatch/command.go
Expand Up @@ -44,7 +44,7 @@ func LivePatchCommand(c *cli.Context, globalBoolFlags *types.LunaTraceGlobalFlag
if payloadUrl == "" {
log.Info().
Str("defaultPayloadUrl", constants.DefaultPayloadUrl).
Msg("Payload Name (the LDAP Payload Target) not provided. Using localhost")
Msg("Payload URL (the LDAP Payload Target) not provided. Using localhost")
payloadUrl = constants.DefaultPayloadUrl
}

Expand Down

0 comments on commit fa44d57

Please sign in to comment.