Supersede not supercede

pull/1351/head
Andrew Tribick 2022-02-18 22:47:46 +01:00 committed by ajtribick
parent fb08de771a
commit d2f53d0a56
2 changed files with 56 additions and 56 deletions

View File

@ -739,7 +739,7 @@ Code:
* Eliminated obscuring of location labels that occurred low view aspect ratios
* Added models of comet Halley and the small moons Pandora and Larissa
* Added limit of knowledge masks for the Galilean moons
* Changed spectral class of carbon stars to C, which supercedes and combines
* Changed spectral class of carbon stars to C, which supersedes and combines
R and N
* Lua scripting additions
* View management commands

View File

@ -35,9 +35,9 @@ public:
Spectral_G = 4,
Spectral_K = 5,
Spectral_M = 6,
Spectral_R = 7, // superceded by class C
Spectral_R = 7, // superseded by class C
Spectral_S = 8,
Spectral_N = 9, // superceded by class C
Spectral_N = 9, // superseded by class C
Spectral_WC = 10,
Spectral_WN = 11,
Spectral_WO = 12,