[tor-commits] [torspec/main] Fix typo "epheremal" -> "ephemeral"

nickm at torproject.org nickm at torproject.org
Sun Aug 29 19:42:59 UTC 2021


commit 845a4d7213e8e28bb039d6925437b5b1c0d607e7
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sun Aug 29 15:42:35 2021 -0400

    Fix typo "epheremal" -> "ephemeral"
    
    Close #62
---
 control-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/control-spec.txt b/control-spec.txt
index 9b51715..616387c 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1921,7 +1921,7 @@
   currently supported flags are:
 
     "Permanent" - This client's credentials should be stored in the filesystem.
-                  If this is not set, the client's credentials are epheremal
+                  If this is not set, the client's credentials are ephemeral
                   and stored in memory.
 
   If client auth credentials already existed for this service, replace them



More information about the tor-commits mailing list