slang-devel mailing list

[2021 Date Index] [2021 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[slang-devel] Spelling error in slcfitsio


Hello again,

I found a small in file cfitsio-module.c of the slcfitsio module. The patch attached to this message fixes the problem.

Best,

Rafael Laboissière
Description: Fix spelling in error message
Author: Rafael Laboissière <rafael@xxxxxxxxxx>
Forwarded: no
Last-Update: 2021-09-26

--- slcfitsio-0.3.8+nosvn.orig/src/cfitsio-module.c
+++ slcfitsio-0.3.8+nosvn/src/cfitsio-module.c
@@ -1439,7 +1439,7 @@ static int write_col (FitsFile_Type *ft,
 
       default:
 	SLang_verror (SL_NOT_IMPLEMENTED, 
-		      "fits_write_col: %s not suppported",
+		      "fits_write_col: %s not supported",
 		      SLclass_get_datatype_name (at->data_type));
 	return -1;
      }

[2021 date index] [2021 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]