Fix some typos
[openssl.git] / util / perl / TLSProxy / Proxy.pm
index f91d4a89948c3f82ab56621886d84d731cd2f721..3de10eccb94eff1f8f9f6fb336efe9b5365c36dc 100644 (file)
@@ -452,7 +452,7 @@ sub clientstart
     } else {
         # It's a bit counter-intuitive spot to make next connection to
         # the s_server. Rationale is that established connection works
-        # as syncronization point, in sense that this way we know that
+        # as synchronization point, in sense that this way we know that
         # s_server is actually done with current session...
         $self->connect_to_server();
     }