From 09451de1736ad8e8856721a1fa0e42ab6193b25a Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Mon, 24 Aug 2015 15:31:50 +0200 Subject: [PATCH] Fix 'unoffical' typo, replace with 'unofficial'. This issue was reported by the lintian QA tool during the Debian package build. --- src/nco/nco_cnv_csm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nco/nco_cnv_csm.c b/src/nco/nco_cnv_csm.c index b83872d3f8..c6296a74ad 100644 --- a/src/nco/nco_cnv_csm.c +++ b/src/nco/nco_cnv_csm.c @@ -55,7 +55,7 @@ nco_cnv_ccm_ccsm_cf_inq /* O [fnc] Check if file obeys CCM/CCSM/CF conventions * (void)fprintf(stderr,"%s: CONVENTION File \"%s\" attribute is \"%s\"\n",nco_prg_nm_get(),cnv_sng,att_val); if(cnv_sng == cnv_sng_LC) (void)fprintf(stderr,"%s: WARNING: This file uses a non-standard attribute (\"%s\") to indicate the netCDF convention. The correct attribute is \"%s\".\n",nco_prg_nm_get(),cnv_sng_LC,cnv_sng_UC); /* Only warn in arithmetic operators where conventions change behavior */ - if(nco_dbg_lvl_get() >= nco_dbg_fl && nco_dbg_lvl_get() != nco_dbg_dev && nco_is_rth_opr(nco_prg_id_get())) (void)fprintf(stderr,"%s: INFO NCO attempts to abide by many official and unoffical metadata conventions including ARM, CCM, CCSM, and CF. To adhere to these conventions, NCO implements variable-specific exceptions in certain operators, e.g., ncbo will not subtract variables named \"date\" or \"gw\", and many operators will always leave coordinate variables unchanged. The full list of exceptions is in the manual http://nco.sf.net/nco.html#CF\n",nco_prg_nm_get()); + if(nco_dbg_lvl_get() >= nco_dbg_fl && nco_dbg_lvl_get() != nco_dbg_dev && nco_is_rth_opr(nco_prg_id_get())) (void)fprintf(stderr,"%s: INFO NCO attempts to abide by many official and unofficial metadata conventions including ARM, CCM, CCSM, and CF. To adhere to these conventions, NCO implements variable-specific exceptions in certain operators, e.g., ncbo will not subtract variables named \"date\" or \"gw\", and many operators will always leave coordinate variables unchanged. The full list of exceptions is in the manual http://nco.sf.net/nco.html#CF\n",nco_prg_nm_get()); } /* endif dbg */ att_val=(char *)nco_free(att_val); } /* endif */