diff options
author | Niels Ganser <niels@herimedia.com> | 2009-03-06 13:45:26 +0100 |
---|---|---|
committer | Niels Ganser <niels@herimedia.com> | 2009-03-06 13:45:26 +0100 |
commit | cb40c761b2ac1c82e6fb0e777eb48426a9dfa055 (patch) | |
tree | 28097c28a893cc41873a6a402137cfcb4f7db8f5 | |
parent | 9219c05f7ce2a995f1fe5f1faab7fb7f30aea893 (diff) | |
download | rails-cb40c761b2ac1c82e6fb0e777eb48426a9dfa055.tar.gz rails-cb40c761b2ac1c82e6fb0e777eb48426a9dfa055.tar.bz2 rails-cb40c761b2ac1c82e6fb0e777eb48426a9dfa055.zip |
Minor spelling fix
-rw-r--r-- | actionpack/lib/action_controller/integration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/integration.rb b/actionpack/lib/action_controller/integration.rb index 1c05ab0bf6..26b695570b 100644 --- a/actionpack/lib/action_controller/integration.rb +++ b/actionpack/lib/action_controller/integration.rb @@ -5,7 +5,7 @@ require 'active_support/test_case' module ActionController module Integration #:nodoc: # An integration Session instance represents a set of requests and responses - # performed sequentially by some virtual user. Becase you can instantiate + # performed sequentially by some virtual user. Because you can instantiate # multiple sessions and run them side-by-side, you can also mimic (to some # limited extent) multiple simultaneous users interacting with your system. # |