diff options
author | Matthew Draper <matthew@trebex.net> | 2018-08-08 22:59:00 +0930 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 22:59:00 +0930 |
commit | 0bec7cd665a45ee60948a119ebb2b68daeeb1fbe (patch) | |
tree | 7d5cfcf82a2fd4b901e97efc13c85e36c47d2579 /railties | |
parent | a6e86dd2a86a89b7775e27a2f0e728cb6afd1513 (diff) | |
parent | dcdbcdf81c5d32948d71a5f9036e1401c770e5de (diff) | |
download | rails-0bec7cd665a45ee60948a119ebb2b68daeeb1fbe.tar.gz rails-0bec7cd665a45ee60948a119ebb2b68daeeb1fbe.tar.bz2 rails-0bec7cd665a45ee60948a119ebb2b68daeeb1fbe.zip |
Merge pull request #33552 from seratch/fix-obvious-typos
Fix the obvious typos detected by github.com/client9/misspell
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/commands/server/server_command.rb | 2 |
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 |