diff options
| author | Jackson Ray Hamilton | 2015-03-10 22:07:10 -0700 |
|---|---|---|
| committer | Jackson Ray Hamilton | 2015-03-10 22:07:10 -0700 |
| commit | f0e8673a9e708fc0ba6c092ec2fc777efbb4bb23 (patch) | |
| tree | db1e375b38a5341cd81c59dab3033b45fdb99d5f /test/indent | |
| parent | 2a1be9eb2361f705e61839b78e8bba1d841944f6 (diff) | |
| download | emacs-f0e8673a9e708fc0ba6c092ec2fc777efbb4bb23.tar.gz emacs-f0e8673a9e708fc0ba6c092ec2fc777efbb4bb23.zip | |
* indent/js-indent-init-dynamic.js: Fix spelling error.
Diffstat (limited to 'test/indent')
| -rw-r--r-- | test/indent/js-indent-init-dynamic.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/indent/js-indent-init-dynamic.js b/test/indent/js-indent-init-dynamic.js index f330c2ce7af..536a976e86e 100644 --- a/test/indent/js-indent-init-dynamic.js +++ b/test/indent/js-indent-init-dynamic.js | |||
| @@ -17,7 +17,7 @@ var foo = function() { | |||
| 17 | // Local Variables: | 17 | // Local Variables: |
| 18 | // indent-tabs-mode: nil | 18 | // indent-tabs-mode: nil |
| 19 | // js-indent-level: 2 | 19 | // js-indent-level: 2 |
| 20 | // js-indent-first-initializer: dynamic | 20 | // js-indent-first-init: dynamic |
| 21 | // End: | 21 | // End: |
| 22 | 22 | ||
| 23 | // The following test intentionally produces a scan error and should | 23 | // The following test intentionally produces a scan error and should |