From 8079d6e7692ae33c0e0a098e74dbf1fb92abbd39 Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Thu, 14 Mar 2024 12:30:25 -0700 Subject: [PATCH] match previous TFORM comment text --- pkg/tbtables/cfitsio/putkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tbtables/cfitsio/putkey.c b/pkg/tbtables/cfitsio/putkey.c index f240df0a5..f588fe3c0 100644 --- a/pkg/tbtables/cfitsio/putkey.c +++ b/pkg/tbtables/cfitsio/putkey.c @@ -2267,7 +2267,7 @@ int ffphbn(fitsfile *fptr, /* I - FITS file pointer */ ffupch(tfmt); ffkeyn("TFORM", ii + 1, name, status); - strcpy(comm, "data format of field"); + strcpy(comm, "data format of the field"); ffbnfm(tfmt, &datatype, &repeat, &width, status);