aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorKazuhiro Sera <seratch@gmail.com>2018-08-08 21:55:46 +0900
committerKazuhiro Sera <seratch@gmail.com>2018-08-08 21:55:46 +0900
commit52919f3d136b9cfb9876f7e5f890118cfb6b6195 (patch)
treec9991eccd8fbfb777a0bbef2098caa2960cc9094 /railties
parenta6e86dd2a86a89b7775e27a2f0e728cb6afd1513 (diff)
downloadrails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.tar.gz
rails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.tar.bz2
rails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.zip
Fix the obvious typos detected by github.com/client9/misspell
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/commands/server/server_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/commands/server/server_command.rb b/railties/lib/rails/commands/server/server_command.rb
index 2c5440d9ec..9d517f3239 100644
--- a/railties/lib/rails/commands/server/server_command.rb
+++ b/railties/lib/rails/commands/server/server_command.rb
@@ -286,7 +286,7 @@ module Rails
original_options.concat [ "-u", using ]
else
# Use positional internally to get around Thor's immutable options.
- # TODO: Replace `using` occurences with `options[:using]` after deprecation removal.
+ # TODO: Replace `using` occurrences with `options[:using]` after deprecation removal.
@using = options[:using]
end
end