Skip to content

Commit

Permalink
Fix label text (receding) for SINGLE_SAT_FIELD_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored and csete committed May 8, 2021
1 parent aa57710 commit 56f31d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gtk-single-sat.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ static void update_field(GtkSingleSat * ssat, guint i)
}
else if (sat->range_rate > 0.0)
{
/* Receeding */
buff = g_strdup("Receeding");
/* Receding */
buff = g_strdup("Receding");
}
else if (sat->range_rate < 0.0)
{
Expand Down

0 comments on commit 56f31d5

Please sign in to comment.