summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 20:00:57 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 20:00:57 -0500
commit35a83c19cb1052b363ca24950d296185a799cd2e (patch)
tree1de3877620bfac16c2198afdc6de8a81fd4cf30b /menus.c
parent685cccabe3159dc05d8df4ff7784aa6e6e8a5c79 (diff)
fix typos
Diffstat (limited to 'menus.c')
-rw-r--r--menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menus.c b/menus.c
index 40d4e87..01970d6 100644
--- a/menus.c
+++ b/menus.c
@@ -926,11 +926,11 @@ void Show_Main_Menu(void)
g_free (step2);
// shorten as required
- gchar *step4 = conditional_regex_replace (strlen(step2) > LCD_col_width, step3, "TER", "T");
+ gchar *step4 = conditional_regex_replace (strlen(step3) > LCD_col_width, step3, "TER", "T");
g_free (step3);
// shorten as required
- gchar *step5 = conditional_regex_replace (strlen(step2) > LCD_col_width, step4, "GPIB", "GP");
+ gchar *step5 = conditional_regex_replace (strlen(step4) > LCD_col_width, step4, "GPIB", "GP");
g_free (step4);
// finish