]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Tunnel edit: Fix comment
authorRoopesh Chander <roop@roopc.net>
Wed, 19 Dec 2018 10:53:14 +0000 (16:23 +0530)
committerRoopesh Chander <roop@roopc.net>
Wed, 19 Dec 2018 13:05:53 +0000 (18:35 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/UI/iOS/View/TunnelEditKeyValueCell.swift

index 30897344862df99984fd58b8ef28645b19b65994..fc9595fa03bb47175781b06c08c4fb06712c78e3 100644 (file)
@@ -13,7 +13,7 @@ class TunnelEditKeyValueCell: KeyValueCell {
         
         let widthRatioConstraint = NSLayoutConstraint(item: keyLabel, attribute: .width, relatedBy: .equal, toItem: self, attribute: .width, multiplier: 0.4, constant: 0)
         // In case the key doesn't fit into 0.4 * width,
-        // so set a CR priority > the 0.4-constraint's priority.
+        // set a CR priority > the 0.4-constraint's priority.
         widthRatioConstraint.priority = .defaultHigh + 1
         widthRatioConstraint.isActive = true
     }