diff options
| author | Paul Eggert | 2013-12-01 14:33:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-01 14:33:13 -0800 |
| commit | f224e5002292f7b9b9347147d4b5af913fed516a (patch) | |
| tree | d48239f853e7eedcda8a8f86a044b2a8004fcd1d /test | |
| parent | 75b09539a4b4e62818d65cb0773587d8a2ac615f (diff) | |
| download | emacs-f224e5002292f7b9b9347147d4b5af913fed516a.tar.gz emacs-f224e5002292f7b9b9347147d4b5af913fed516a.zip | |
Spelling and punctuation fixes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/reftex-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/reftex-tests.el b/test/automated/reftex-tests.el index 74a9f3d806c..0eb3be9fec9 100644 --- a/test/automated/reftex-tests.el +++ b/test/automated/reftex-tests.el | |||
| @@ -99,7 +99,7 @@ | |||
| 99 | ;; MS-Windows into their long file-name equivalents, which is | 99 | ;; MS-Windows into their long file-name equivalents, which is |
| 100 | ;; necessary for the 'equal' and 'string=' comparisons below. This | 100 | ;; necessary for the 'equal' and 'string=' comparisons below. This |
| 101 | ;; also resolves any symlinks, which cannot be bad for the same | 101 | ;; also resolves any symlinks, which cannot be bad for the same |
| 102 | ;; reason. (An alternatrive solution would be to use file-equal-p, | 102 | ;; reason. (An alternative solution would be to use file-equal-p, |
| 103 | ;; but I'm too lazy to do that, as one of the tests compares a | 103 | ;; but I'm too lazy to do that, as one of the tests compares a |
| 104 | ;; list.) | 104 | ;; list.) |
| 105 | (let* ((temp-dir (file-truename (make-temp-file "reftex-parse" 'dir))) | 105 | (let* ((temp-dir (file-truename (make-temp-file "reftex-parse" 'dir))) |