diff --git a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c
index 7aa6262027ed6a3ca3fff6d64e440d001a3b7d68..6c04ef932741c7dd18fd93b7506c78286abfda09 100644
--- a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c
+++ b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c
@@ -197,7 +197,7 @@ void simple_decoder_parser_arc_eager(context *ctx)
       if(sumExp < -0.5){
         printf(" %f %f %d ",ScoreTranslation,vcode_array[i].score, i);
         ScoreTranslation += vcode_array[i].score;
-        pritnf(" %f " ,ScoreTranslation);
+        printf(" %f " ,ScoreTranslation);
         sumExp = 0.;
       }
       if(vcode_array[i].score - ScoreTranslation >= 0){