diff --git a/ShadowsocksX-NG/KcptunProfile.swift b/ShadowsocksX-NG/KcptunProfile.swift index 287764c..e89f435 100644 --- a/ShadowsocksX-NG/KcptunProfile.swift +++ b/ShadowsocksX-NG/KcptunProfile.swift @@ -95,7 +95,7 @@ class KcptunProfile: NSObject, NSCopying { URLQueryItem(name: "parityshard", value: "\(parityshard)"), URLQueryItem(name: "nocomp", value: nocomp.description), URLQueryItem(name: "mtu", value: "\(mtu)"), - URLQueryItem(name: "argumetns", value: arguments), + URLQueryItem(name: "arguments", value: arguments), ] }