From 9fe0b944de74d0f9e43bd23a13e89f859af63a50 Mon Sep 17 00:00:00 2001 From: Qiu Yuzhou Date: Fri, 24 Mar 2017 16:35:55 +0800 Subject: [PATCH] Fix typo. --- ShadowsocksX-NG/KcptunProfile.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ] }