Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hotbso committed Jul 1, 2024
1 parent db4a7bb commit f82e0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_jw.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ find_nearest_jws()

if (njw->x > 1.0f || BETWEEN(njw->psi, -130.0f, 20.0f) || // on the right side or pointing away
njw->x < -80.0f || fabsf(njw->z) > 80.0f) { // or far away
log_msg("to far or pointing away: %s, x: %0.2f, z: %0.2f, njw->psi: %0.1f",
log_msg("too far or pointing away: %s, x: %0.2f, z: %0.2f, njw->psi: %0.1f",
jw->name, njw->x, njw->z, njw->psi);
continue;
}
Expand Down

0 comments on commit f82e0a3

Please sign in to comment.