Jonathan Turner hace 9 años
padre
commit
0700a0b142
Se han modificado 1 ficheros con 1 adiciones y 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 {