star-hitran

Load line-by-line data from the HITRAN database
git clone git://git.meso-star.fr/star-hitran.git
Log | Files | Refs | README | LICENSE

commit 25890b163528bcceb71008b5b3077c30fd01a629
parent 3a7aba76b8d9036d1e848d83ce7afe5b858f0f95
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 23 May 2022 15:19:41 +0200

Fix misspellings

Diffstat:
Msrc/shtr_isotope_metadata.c | 2+-
Msrc/shtr_line_list_c.h | 2+-
Msrc/shtr_line_view.c | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/shtr_isotope_metadata.c b/src/shtr_isotope_metadata.c @@ -34,7 +34,7 @@ /* Version of the isotope metadata. One should increment it and perform a * version management onto serialized data when the isotope metadata structure - * are updated. */ + * is updated. */ static const int SHTR_ISOTOPE_METADATA_VERSION = 0; /* Generate the dynamic array of isotopes */ diff --git a/src/shtr_line_list_c.h b/src/shtr_line_list_c.h @@ -30,7 +30,7 @@ struct shtr; /* Version of the line list. One should increment it and perform a version - * management onto serialized data when the line list structure are updated. */ + * management onto serialized data when the line list structure is updated. */ static const int SHTR_LINE_LIST_VERSION = 0; struct shtr_line_list { diff --git a/src/shtr_line_view.c b/src/shtr_line_view.c @@ -29,7 +29,7 @@ #include <math.h> /* Version of the line view. One should increment it and perform a version - * management onto serialized data when the line view structure are updated. */ + * management onto serialized data when the line view structure is updated. */ static const int SHTR_LINE_VIEW_VERSION = 0; struct shtr_line_view {