typos
git-svn-id: file:///home/svn/framework3/trunk@6054 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2d1ae98917
commit
a0aa29bb18
|
@ -740,7 +740,7 @@ protected
|
|||
|
||||
# Non-200 return code?
|
||||
if (response.code != 200)
|
||||
raise RuntimeError, "Invalid response recieved from server."
|
||||
raise RuntimeError, "Invalid response received from server."
|
||||
end
|
||||
|
||||
# Convert the return value to the native type.
|
||||
|
|
|
@ -21,7 +21,7 @@ class Job
|
|||
end
|
||||
|
||||
#
|
||||
# Runs the job in the context of its own thread if the async flag is flase.
|
||||
# Runs the job in the context of its own thread if the async flag is false.
|
||||
# Otherwise, the job is run inline.
|
||||
#
|
||||
def start(async = false)
|
||||
|
|
|
@ -83,7 +83,7 @@ class Rex::Socket::Parameters
|
|||
#
|
||||
# Retries
|
||||
#
|
||||
# The number of times a connection should be retryed.
|
||||
# The number of times a connection should be retried.
|
||||
#
|
||||
# Timeout
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue