From 53d11dc45dfcdb4cd747f50afc6daa318e61eaf8 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 2 Jun 2021 12:36:21 -0700 Subject: [PATCH] spelling --- lib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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