Rod Hynes 7 лет назад
Родитель
Сommit
7c8465aa31
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      psiphon/server/api.go

+ 1 - 1
psiphon/server/api.go

@@ -251,7 +251,7 @@ func handshakeAPIRequestHandler(
 		}
 
 		// Log a metric when new tactics are issued. Logging here indicates that
-		// the handshake tactics mechansim is active; but logging for every
+		// the handshake tactics mechanism is active; but logging for every
 		// handshake creates unneccesary log data.
 
 		if len(tacticsPayload.Tactics) > 0 {