summaryrefslogtreecommitdiff
path: root/device-functions.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-24 15:55:37 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-24 15:55:37 -0400
commitc28109bdb4cb8913073f8ff267057f55e117aeca (patch)
treea9071ed8065f469c5915d18eb8ecfda41c34b3d4 /device-functions.c
parent0663574945e000c7fd7a78add7e38f8e5c7796fe (diff)
fix annoying spelling error
Diffstat (limited to 'device-functions.c')
-rw-r--r--device-functions.c2
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);