diff --git a/lib.go b/lib.go index aad4c8b..3bf81d8 100644 --- a/lib.go +++ b/lib.go @@ -89,7 +89,7 @@ func StartCwtch(appDir string, torPath string) { acn, err := tor.NewTorACNWithAuth(path.Join(appDir, "/.tor"), torPath, controlPort, tor.HashedPasswordAuthenticator{Password: base64.StdEncoding.EncodeToString(key)}) if err != nil { log.Errorf("\nError connecting to Tor replacing with ErrorACN: %v\n", err) - // Replace the nil acn with a stab that will do nothing but report this error to the user... + // Replace the nil acn with a stub that will do nothing but report this error to the user... acn = new(utils.ErrorACN) } globalACN = acn