Fix typo.

This commit is contained in:
Qiu Yuzhou
2017-03-24 16:35:55 +08:00
parent ad0c3d53e8
commit 9fe0b944de

View File

@ -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),
]
}