From 51754a218a09d4b45617c3dbdfc39405c6ec7a33 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 15 Oct 2019 10:34:47 +0100 Subject: [PATCH] Spelling --- examples/C/grib_multi.c | 2 +- examples/deprecated/multi.c | 2 +- examples/deprecated/multi_fortran.F | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/C/grib_multi.c b/examples/C/grib_multi.c index 2c9b3c991..67d19ca58 100644 --- a/examples/C/grib_multi.c +++ b/examples/C/grib_multi.c @@ -14,7 +14,7 @@ * Description: How to decode GRIB messages containing multiple * fields. Try to turn on and off multi support to * see the difference. Default is OFF. - * For all the tools defalut is multi support ON. + * For all the tools default is multi support ON. * */ #include diff --git a/examples/deprecated/multi.c b/examples/deprecated/multi.c index 6eb780fb4..c9171ebc4 100644 --- a/examples/deprecated/multi.c +++ b/examples/deprecated/multi.c @@ -14,7 +14,7 @@ * Description: How to decode grib messages containing multiple * fields. Try to turn on and off multi support to * see the difference. Default is OFF. - * For all the tools defalut is multi support ON. + * For all the tools default is multi support ON. * * * diff --git a/examples/deprecated/multi_fortran.F b/examples/deprecated/multi_fortran.F index 29b363cad..2f143f1c2 100644 --- a/examples/deprecated/multi_fortran.F +++ b/examples/deprecated/multi_fortran.F @@ -13,7 +13,7 @@ C C Description: How to decode grib messages containing multiple C fields. Try to turn on and off multi support to C see the difference. Default is OFF. -C For all the tools defalut is multi support ON. +C For all the tools default is multi support ON. C C C