Jonathan Turner %!s(int64=9) %!d(string=hai) anos
pai
achega
0700a0b142
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      keytab/keytab.go

+ 1 - 1
keytab/keytab.go

@@ -88,7 +88,7 @@ func newPrincipal() Principal {
 	}
 }
 
-// Load a Keytab file into aKeytab type.
+// Load a Keytab file into a Keytab type.
 func Load(ktPath string) (kt Keytab, err error) {
 	k, err := ioutil.ReadFile(ktPath)
 	if err != nil {