Skip to content

Commit 56f31d5

Browse files
tniessencsete
authored andcommitted
Fix label text (receding) for SINGLE_SAT_FIELD_DIR
1 parent aa57710 commit 56f31d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gtk-single-sat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ static void update_field(GtkSingleSat * ssat, guint i)
180180
}
181181
else if (sat->range_rate > 0.0)
182182
{
183-
/* Receeding */
184-
buff = g_strdup("Receeding");
183+
/* Receding */
184+
buff = g_strdup("Receding");
185185
}
186186
else if (sat->range_rate < 0.0)
187187
{

0 commit comments

Comments
 (0)