From a0aa29bb18dabe9d9028579b0d780a8fd7d8f380 Mon Sep 17 00:00:00 2001 From: kris <> Date: Mon, 29 Dec 2008 07:47:37 +0000 Subject: [PATCH] typos git-svn-id: file:///home/svn/framework3/trunk@6054 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex/exploitation/opcodedb.rb | 2 +- lib/rex/job_container.rb | 2 +- lib/rex/socket/parameters.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/rex/exploitation/opcodedb.rb b/lib/rex/exploitation/opcodedb.rb index 0da280d159..68c3de7388 100644 --- a/lib/rex/exploitation/opcodedb.rb +++ b/lib/rex/exploitation/opcodedb.rb @@ -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. diff --git a/lib/rex/job_container.rb b/lib/rex/job_container.rb index a389aae94d..f6116bac14 100644 --- a/lib/rex/job_container.rb +++ b/lib/rex/job_container.rb @@ -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) diff --git a/lib/rex/socket/parameters.rb b/lib/rex/socket/parameters.rb index 4a1017fbeb..a1f641bb43 100644 --- a/lib/rex/socket/parameters.rb +++ b/lib/rex/socket/parameters.rb @@ -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 #