[KoCo-CVS] [Commit] KoreanCodecs/korean aliases.py
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-01-10 06:50:45
|
perky 03/01/09 22:50:44 Modified: korean aliases.py Log: Fix a dumb typo. macwansung -> mackorean Revision Changes Path 1.10 +2 -2 KoreanCodecs/korean/aliases.py Index: aliases.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/aliases.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- aliases.py 9 Jan 2003 22:40:39 -0000 1.9 +++ aliases.py 10 Jan 2003 06:50:44 -0000 1.10 @@ -17,7 +17,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: aliases.py,v 1.9 2003/01/09 22:40:39 perky Exp $ +# $Id: aliases.py,v 1.10 2003/01/10 06:50:44 perky Exp $ # import encodings.aliases @@ -42,5 +42,5 @@ 'unijohab': 'korean.unijohab', 'macjohab': 'korean.unijohab', 'mackorean': 'korean.mackorean', - 'macwansung': 'korean.macwansung', + 'macwansung': 'korean.mackorean', }) |