Subject: | typos in element names... |
Date: | Mon, 18 Aug 2008 11:48:57 -0500 |
To: | bug-Chemistry-Elements [...] rt.cpan.org |
From: | Guy Jennings <jennings [...] anl.gov> |
Hi,
I have noticed a number of typos in the element names in your
Chemistry::Elements module, I enclose a
prospective patch...
[jennings@weimar horae]$ cat Chemistry-Elements-1.05.patch
diff -uNr Chemistry-Elements-1.05.orig/Elements.pm Chemistry-
Elements-1.05/Elements.pm
--- Chemistry-Elements-1.05.orig/Elements.pm 2007-11-09
05:19:28.000000000 -0600
+++ Chemistry-Elements-1.05/Elements.pm 2008-08-18 11:32:23.000000000
-0500
@@ -46,7 +46,7 @@
12 => 'Magnesium',
13 => 'Aluminium',
14 => 'Silicon',
- 15 => 'Phosphorous',
+ 15 => 'Phosphorus',
16 => 'Sulfur',
17 => 'Chlorine',
18 => 'Argon',
@@ -58,7 +58,7 @@
24 => 'Chromium',
25 => 'Manganese',
26 => 'Iron',
- 27 => 'Cobolt',
+ 27 => 'Cobalt',
28 => 'Nickel',
29 => 'Copper',
30 => 'Zinc',
@@ -72,12 +72,12 @@
38 => 'Strontium',
39 => 'Yttrium',
40 => 'Zirconium',
- 41 => 'Nobium',
+ 41 => 'Niobium',
42 => 'Molybdenum',
43 => 'Technetium',
44 => 'Ruthenium',
45 => 'Rhodium',
- 46 => 'Paladium',
+ 46 => 'Palladium',
47 => 'Silver',
48 => 'Cadmium',
49 => 'Indium',
@@ -90,7 +90,7 @@
56 => 'Barium',
57 => 'Lanthanum',
58 => 'Cerium',
- 59 => 'Praesodium',
+ 59 => 'Praesodymium',
60 => 'Neodymium',
61 => 'Promethium',
62 => 'Samarium',
@@ -112,7 +112,7 @@
78 => 'Platinum',
79 => 'Gold',
80 => 'Mercury',
- 81 => 'Thalium',
+ 81 => 'Thallium',
82 => 'Lead',
83 => 'Bismuth',
84 => 'Polonium',
@@ -120,7 +120,7 @@
86 => 'Radon',
87 => 'Francium',
88 => 'Radium',
- 89 => 'Actinum',
+ 89 => 'Actinium',
90 => 'Thorium',
91 => 'Protactinium',
92 => 'Uranium',
Regards,
Guy Jennings
Advanced Photon Source
Argonne National Laboratory