From d65775cf10d0024839ac86875d9c4360b97b0d7b Mon Sep 17 00:00:00 2001 From: Jeff Francis Date: Fri, 29 Aug 2008 19:06:53 +0000 Subject: typo --- gpspipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpspipe.c') diff --git a/gpspipe.c b/gpspipe.c index cac2e56b..08b43299 100644 --- a/gpspipe.c +++ b/gpspipe.c @@ -111,7 +111,7 @@ static void open_serial(char* device) /* Clear the modem line and activate the settings for the port. */ (void)tcflush(fd_out,TCIFLUSH); if (tcsetattr(fd_out,TCSANOW,&newtio) != 0) { - (void)fprintf(stderr, "gspipe: error configuring serial port\n"); + (void)fprintf(stderr, "gpspipe: error configuring serial port\n"); exit(1); } } -- cgit v1.2.1