From c28109bdb4cb8913073f8ff267057f55e117aeca Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 24 Oct 2012 15:55:37 -0400 Subject: fix annoying spelling error --- device-functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device-functions.c') diff --git a/device-functions.c b/device-functions.c index e219bcf..b646b43 100644 --- a/device-functions.c +++ b/device-functions.c @@ -4111,7 +4111,7 @@ int do_full_self_cal(CalStruct *caldata) globals.Flash.self_cal_typical_time_min = (int) (diff_timer / 60); globals.Flash.self_cal_typical_time_sec = (int) (diff_timer % 60); - // FIXME - cpp buffer error, do to evil fixed-length strings + // FIXME - cpp buffer error, due to evil fixed-length strings sprintf(string,"Completed in %d minutes and %d seconds\r\n", globals.Flash.self_cal_typical_time_min, globals.Flash.self_cal_typical_time_sec); strcat (caldata->response, string); -- cgit