[tor-commits] [goptlib/master] Typos.

dcf at torproject.org dcf at torproject.org
Wed Oct 8 22:49:53 UTC 2014


commit 99ea2c51f294fbd4cb016d96acde1b4288fc63e7
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Oct 8 15:45:07 2014 -0700

    Typos.
---
 pt_test.go |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pt_test.go b/pt_test.go
index 983bf55..8cdf6da 100644
--- a/pt_test.go
+++ b/pt_test.go
@@ -806,13 +806,13 @@ func TestMakeStateDir(t *testing.T) {
 	os.Setenv("TOR_PT_STATE_LOCATION", tempFile)
 	_, err = MakeStateDir()
 	if err == nil {
-		t.Errorf("MakeStateDir with a file unexpectedly succeded")
+		t.Errorf("MakeStateDir with a file unexpectedly succeeded")
 	}
 
 	// Directory name that cannot be created. (Subdir of a file)
 	os.Setenv("TOR_PT_STATE_LOCATION", path.Join(tempFile, "subDir"))
 	_, err = MakeStateDir()
 	if err == nil {
-		t.Errorf("MakeStateDir with a subdirectory of a file unexpectedly succeded")
+		t.Errorf("MakeStateDir with a subdirectory of a file unexpectedly succeeded")
 	}
 }



More information about the tor-commits mailing list