File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
RestSharp.MonoDroid/Extensions
RestSharp.MonoTouch/Extensions
RestSharp.Net4/Extensions Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public static WebException ToWebException(this ResponseStatus responseStatus)
18
18
case ResponseStatus . None :
19
19
return new WebException ( "The request could not be processed." , WebExceptionStatus . ServerProtocolViolation ) ;
20
20
case ResponseStatus . Error :
21
- return new WebException ( "An error occured while processing the request." , WebExceptionStatus . ServerProtocolViolation ) ;
21
+ return new WebException ( "An error occurred while processing the request." , WebExceptionStatus . ServerProtocolViolation ) ;
22
22
case ResponseStatus . TimedOut :
23
23
return new WebException ( "The request timed-out." , WebExceptionStatus . Timeout ) ;
24
24
case ResponseStatus . Aborted :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public static WebException ToWebException(this ResponseStatus responseStatus)
18
18
case ResponseStatus . None :
19
19
return new WebException ( "The request could not be processed." , WebExceptionStatus . ServerProtocolViolation ) ;
20
20
case ResponseStatus . Error :
21
- return new WebException ( "An error occured while processing the request." , WebExceptionStatus . ServerProtocolViolation ) ;
21
+ return new WebException ( "An error occurred while processing the request." , WebExceptionStatus . ServerProtocolViolation ) ;
22
22
case ResponseStatus . TimedOut :
23
23
return new WebException ( "The request timed-out." , WebExceptionStatus . Timeout ) ;
24
24
case ResponseStatus . Aborted :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public static WebException ToWebException(this ResponseStatus responseStatus)
18
18
case ResponseStatus . None :
19
19
return new WebException ( "The request could not be processed." , WebExceptionStatus . ServerProtocolViolation ) ;
20
20
case ResponseStatus . Error :
21
- return new WebException ( "An error occured while processing the request." , WebExceptionStatus . ServerProtocolViolation ) ;
21
+ return new WebException ( "An error occurred while processing the request." , WebExceptionStatus . ServerProtocolViolation ) ;
22
22
case ResponseStatus . TimedOut :
23
23
return new WebException ( "The request timed-out." , WebExceptionStatus . Timeout ) ;
24
24
case ResponseStatus . Aborted :
You can’t perform that action at this time.
0 commit comments