diff options
| author | Paul Eggert | 2011-11-26 20:43:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-26 20:43:11 -0800 |
| commit | e47695319fc758da7ff07d7084386258b6c8b677 (patch) | |
| tree | c1cd573850e4dd66b8df696835d52513f10dfc94 /admin | |
| parent | 83aca1cb6970314dcc6c35c1432ebcac42811926 (diff) | |
| download | emacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip | |
Spelling fixes.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/charsets/cp51932.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk index b611def710d..c8879b30200 100644 --- a/admin/charsets/cp51932.awk +++ b/admin/charsets/cp51932.awk | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | BEGIN { | 33 | BEGIN { |
| 34 | print ";;; cp51932.el -- translation table for CP51932. -*- no-byte-compile: t -*-"; | 34 | print ";;; cp51932.el -- translation table for CP51932. -*- no-byte-compile: t -*-"; |
| 35 | print ";;; Automatically genrated from CP932-2BYTE.map"; | 35 | print ";;; Automatically generated from CP932-2BYTE.map"; |
| 36 | print "(let ((map"; | 36 | print "(let ((map"; |
| 37 | printf " '(;JISEXT<->UNICODE"; | 37 | printf " '(;JISEXT<->UNICODE"; |
| 38 | } | 38 | } |