@@ -2993,7 +2993,7 @@ dw_printf ("%s:%d, %d srej exceptions, V(R)=%d, N(S)=%d\n", __func__, __LINE__,
2993
2993
if (first == AX25MODULO (S -> vr - 1 , S -> modulo , __FILE__ , __func__ , __LINE__ )) {
2994
2994
// Oops! Went too far. This I frame was already processed.
2995
2995
text_color_set (DW_COLOR_ERROR );
2996
- dw_printf ("INTERNAL ERROR calulating what to put in SREJ, %s line %d\n" , __func__ , __LINE__ );
2996
+ dw_printf ("INTERNAL ERROR calculating what to put in SREJ, %s line %d\n" , __func__ , __LINE__ );
2997
2997
dw_printf ("V(R)=%d, N(S)=%d, SREJ exception=%d, first=%d, ask_resend_count=%d\n" , S -> vr , ns , selective_reject_exception (S ), first , ask_resend_count );
2998
2998
int k ;
2999
2999
for (k = 0 ; k < 128 ; k ++ ) {
@@ -3146,7 +3146,7 @@ static void send_srej_frames (ax25_dlsm_t *S, int *resend, int count, int allow_
3146
3146
if (s_debug_retry ) {
3147
3147
text_color_set (DW_COLOR_INFO );
3148
3148
dw_printf ("%s line %d\n" , __func__ , __LINE__ );
3149
- //dw_printf ("state=%d, count=%d, k=%d, V(R)=%d, SREJ exeception =%d\n", S->state, count, S->k_maxframe, S->vr, selective_reject_exception(S));
3149
+ //dw_printf ("state=%d, count=%d, k=%d, V(R)=%d, SREJ exception =%d\n", S->state, count, S->k_maxframe, S->vr, selective_reject_exception(S));
3150
3150
dw_printf ("state=%d, count=%d, k=%d, V(R)=%d\n" , S -> state , count , S -> k_maxframe , S -> vr );
3151
3151
3152
3152
dw_printf ("resend[]=" );
0 commit comments