commit 99ea2c51f294fbd4cb016d96acde1b4288fc63e7
Author: David Fifield <[email protected]>
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")
        }
 }

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to