From 18f6b177e9e69a7f9e01778419e4cd93d4c66176 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 25 Nov 2017 20:24:12 -0800 Subject: [PATCH] Fix typo. --- Frameworks/RSWeb/RSWeb/HTTPResponseCode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/RSWeb/RSWeb/HTTPResponseCode.swift b/Frameworks/RSWeb/RSWeb/HTTPResponseCode.swift index 5412b4bef..1ece77008 100755 --- a/Frameworks/RSWeb/RSWeb/HTTPResponseCode.swift +++ b/Frameworks/RSWeb/RSWeb/HTTPResponseCode.swift @@ -43,7 +43,7 @@ public struct HTTPResponseCode { public static let proxyAuthenticationRequired = 407 public static let requestTimeout = 408 public static let conflict = 409 - public static let goone = 410 + public static let gone = 410 public static let lengthRequired = 411 public static let preconditionFailed = 412 public static let entityTooLarge = 413