diff --git a/lnd.go b/lnd.go index 27ff7bb9d..11c7e539f 100644 --- a/lnd.go +++ b/lnd.go @@ -84,7 +84,7 @@ func AdminAuthOptions(cfg *Config, skipMacaroons bool) ([]grpc.DialOption, // Get the admin macaroon if macaroons are active. if !skipMacaroons && !cfg.NoMacaroons { - // Load the adming macaroon file. + // Load the admin macaroon file. macBytes, err := ioutil.ReadFile(cfg.AdminMacPath) if err != nil { return nil, fmt.Errorf("unable to read macaroon "+