Ver Fonte

Fix: typo in "ClientUpgradeAvailable" noticeType

Rod Hynes há 11 anos atrás
pai
commit
437c9b0b36
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      psiphon/notice.go

+ 1 - 1
psiphon/notice.go

@@ -143,7 +143,7 @@ func NoticeListeningHttpProxyPort(port int) {
 // NoticeClientUpgradeAvailable is an available client upgrade, as per the handshake. The
 // NoticeClientUpgradeAvailable is an available client upgrade, as per the handshake. The
 // client should download and install an upgrade.
 // client should download and install an upgrade.
 func NoticeClientUpgradeAvailable(version string) {
 func NoticeClientUpgradeAvailable(version string) {
-	outputNotice("ClientUgradeAvailable", false, "version", version)
+	outputNotice("ClientUpgradeAvailable", false, "version", version)
 }
 }
 
 
 // NoticeClientUpgradeAvailable is a sponsor homepage, as per the handshake. The client
 // NoticeClientUpgradeAvailable is a sponsor homepage, as per the handshake. The client