From 2db4dee39afe4984d70cdef8c148745512b4cfcf Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 14 Sep 1992 14:26:54 +0000 Subject: [PATCH] bug fix on error print string --- src/rec/recBo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rec/recBo.c b/src/rec/recBo.c index 6d9bcb324..a8fc8c15d 100644 --- a/src/rec/recBo.c +++ b/src/rec/recBo.c @@ -286,7 +286,7 @@ static long process(pbo) default : status=-1; recGblRecordError(S_db_badField,(void *)pbo, - "ao:process Illegal IVOA field"); + "bo:process Illegal IVOA field"); } }