diff options
| author | Paul Eggert | 2011-11-12 23:48:23 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-12 23:48:23 -0800 |
| commit | f6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch) | |
| tree | 909f93b643682c1390281a25dc5b36ad359ec6cf /admin | |
| parent | 1c889bf68c346fa521c09b9abd6fc225c5518654 (diff) | |
| download | emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.gz emacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.zip | |
Spelling fixes.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/charsets/cp51932.awk | 2 | ||||
| -rw-r--r-- | admin/notes/bzr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk index 39ccc1c7dc1..b611def710d 100644 --- a/admin/charsets/cp51932.awk +++ b/admin/charsets/cp51932.awk | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | 20 | ||
| 21 | # Commentary: | 21 | # Commentary: |
| 22 | 22 | ||
| 23 | # Genereate a translation table for CP51932 (EUC-JP of MicroSoft Version). | 23 | # Generate a translation table for CP51932 (EUC-JP of MicroSoft Version). |
| 24 | # It maps invalid JISX0208 code points used by CP51932 to Unicode. | 24 | # It maps invalid JISX0208 code points used by CP51932 to Unicode. |
| 25 | # 4th field of the input has these meanings: | 25 | # 4th field of the input has these meanings: |
| 26 | # 0: JISX0208 characters. | 26 | # 0: JISX0208 characters. |
diff --git a/admin/notes/bzr b/admin/notes/bzr index 12a3b194266..50eaf3710ee 100644 --- a/admin/notes/bzr +++ b/admin/notes/bzr | |||
| @@ -173,7 +173,7 @@ This restores file, but without its history (`bzr log file' will be | |||
| 173 | very short). This is because file gets re-added with a new file-id | 173 | very short). This is because file gets re-added with a new file-id |
| 174 | (use `bzr file-id file' to see the id). | 174 | (use `bzr file-id file' to see the id). |
| 175 | 175 | ||
| 176 | Insteading of adding the file, try: | 176 | Instead of adding the file, try: |
| 177 | 177 | ||
| 178 | bzr revert -rN file; bzr commit | 178 | bzr revert -rN file; bzr commit |
| 179 | 179 | ||