diff options
author | Benjamin Fleischer <github@benjaminfleischer.com> | 2017-02-05 19:00:18 -0600 |
---|---|---|
committer | Benjamin Fleischer <github@benjaminfleischer.com> | 2017-02-05 19:00:18 -0600 |
commit | c8b5d828e7abbbbcf1f0854896453e8b29ab5d42 (patch) | |
tree | a182ea45e2deb6e23da9b5ed3d88bd1cb197abec /actionpack/lib/action_dispatch | |
parent | b9ae7481fd5653fc6430148f06e0fca27317829e (diff) | |
download | rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.tar.gz rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.tar.bz2 rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.zip |
Correct spelling
```
go get -u github.com/client9/misspell/cmd/misspell
misspell -w -error -source=text .
```
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r-- | actionpack/lib/action_dispatch/journey/parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/journey/parser.rb b/actionpack/lib/action_dispatch/journey/parser.rb index db42b64c4b..e002755bcf 100644 --- a/actionpack/lib/action_dispatch/journey/parser.rb +++ b/actionpack/lib/action_dispatch/journey/parser.rb @@ -1,7 +1,7 @@ # # DO NOT MODIFY!!!! # This file is automatically generated by Racc 1.4.14 -# from Racc grammer file "". +# from Racc grammar file "". # require 'racc/parser.rb' |