From 26bfe067e99c2251b8355f397eaaea8a9530ff33 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 7 Aug 2001 21:19:29 +0000 Subject: [PATCH] Fixed gauge spelling error. --- src/Cockpit/hud_card.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cockpit/hud_card.cxx b/src/Cockpit/hud_card.cxx index 6d787a0b2..79fd0433f 100644 --- a/src/Cockpit/hud_card.cxx +++ b/src/Cockpit/hud_card.cxx @@ -151,7 +151,7 @@ draw( void ) // (HUD_scale * pscale ) width = scrn_rect.left + scrn_rect.right; marker_xs = scrn_rect.left; // x start - if(type=="guage") { + if(type=="gauge") { vmin = min_val(); vmax = max_val();