diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-24 15:55:37 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-24 15:55:37 -0400 |
commit | c28109bdb4cb8913073f8ff267057f55e117aeca (patch) | |
tree | a9071ed8065f469c5915d18eb8ecfda41c34b3d4 /device-functions.c | |
parent | 0663574945e000c7fd7a78add7e38f8e5c7796fe (diff) |
fix annoying spelling error
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |