From c02903d397cfa06b87a7c92e27d90b4d6c541f39 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 19 Dec 1995 19:30:41 +0000 Subject: [PATCH] fixed spelling --- src/ca/catime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/catime.c b/src/ca/catime.c index 9c96b29af..7f0152c53 100644 --- a/src/ca/catime.c +++ b/src/ca/catime.c @@ -141,7 +141,7 @@ int catime (char *channelName) itemList[i].val.intval = 0; itemList[i].type = DBR_INT; } - printf ("interger test\n"); + printf ("integer test\n"); test (itemList, NELEMENTS(itemList)); printf ("free test\n");