Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Dec 10, 2024
1 parent df0364f commit df7e91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/grasshopper/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var startCmd = &cobra.Command{
crypterIn := newCrypt(passIn, config.CI)
passOut := pbkdf2.Key([]byte(config.KO), []byte(SALT), ITERATIONS, KEYLEN, sha1.New)
crypterOut := newCrypt(passOut, config.CO)
log.Println("Crytography initialized")
log.Println("Cryptography initialized")

// Initialize and start the UDP listener.
listener, err := grasshopper.ListenWithOptions(config.Listen, config.NextHops, config.SockBuf, config.Timeout, crypterIn, crypterOut, nil, nil, log.Default())
Expand Down

0 comments on commit df7e91a

Please sign in to comment.